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

Function getRelationships

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

Source from the content-addressed store, hash-verified

802 );
803
804export const getRelationships = (id?: Id): Relationships | undefined =>
805 getProvidedThing(id, OFFSET_RELATIONSHIPS) as Relationships | undefined;
806
807export const getRelationshipsIds = (): {readonly current: Ids} => {
808 const contextValue = getContextValue();

Callers 4

storeFunction · 0.70
localTableIdFunction · 0.70
remoteTableIdFunction · 0.70
RelationshipsFunction · 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…