MCPcopy Create free account
hub / github.com/tinyplex/tinybase / useCreateStore

Function useCreateStore

src/ui-solid/primitives.ts:450–453  ·  view source on GitHub ↗
(create: () => Store)

Source from the content-addressed store, hash-verified

448// ---
449
450export const useCreateStore = (create: () => Store): Accessor<Store> => {
451 const store = createMemo(create);
452 return store;
453};
454
455export const useStoreIds = () => useThingIds(OFFSET_STORE);
456

Callers 2

primitives.test.tsFile · 0.90
InspectorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…