MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getStore

Function getStore

src/ui-svelte/functions.svelte.ts:566–567  ·  view source on GitHub ↗
(id?: Id)

Source from the content-addressed store, hash-verified

564};
565
566export const getStore = (id?: Id): Store | undefined =>
567 getProvidedThing(id, OFFSET_STORE) as Store | undefined;
568
569export const getStoreIds = (): {readonly current: Ids} => {
570 const contextValue = getContextValue();

Callers 2

getCellFunction · 0.70
getValueFunction · 0.70

Calls 1

getProvidedThingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…