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

Function getIndexes

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

Source from the content-addressed store, hash-verified

616 );
617
618export const getIndexes = (id?: Id): Indexes | undefined =>
619 getProvidedThing(id, OFFSET_INDEXES) as Indexes | undefined;
620
621export const getIndexesIds = (): {readonly current: Ids} => {
622 const contextValue = getContextValue();

Callers 3

storeFunction · 0.70
tableIdFunction · 0.70
IndexesFunction · 0.50

Calls 1

getProvidedThingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…