Home
last modified time | relevance | path

Searched refs:nestedStore (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/perfetto/ui/src/base/
H A Dstore_unittest.ts203 const nestedStore = fooState.createSubStore<Bar>( constant
208 nestedStore.edit((draft) => {
212 expect(nestedStore.state).toEqual({
339 const nestedStore = store.createSubStore<Bar>( constant
346 nestedStore.subscribe(callback);