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

Function resolveRelationships

src/ui-svelte/functions.svelte.ts:233–239  ·  view source on GitHub ↗
(
  relationshipsOrRelationshipsId?: MaybeGetter<Relationships | Id | undefined>,
)

Source from the content-addressed store, hash-verified

231 resolveProvidedThing<Indexes>(indexesOrIndexesId as any, OFFSET_INDEXES);
232
233export const resolveRelationships = (
234 relationshipsOrRelationshipsId?: MaybeGetter<Relationships | Id | undefined>,
235): (() => Relationships | undefined) =>
236 resolveProvidedThing<Relationships>(
237 relationshipsOrRelationshipsId as any,
238 OFFSET_RELATIONSHIPS,
239 );
240
241export const resolveQueries = (
242 queriesOrQueriesId?: MaybeGetter<Queries | Id | undefined>,

Callers 8

getRelationshipIdsFunction · 0.70
getRemoteRowIdFunction · 0.70
getLocalRowIdsFunction · 0.70
getLinkedRowIdsFunction · 0.70
onRemoteRowIdFunction · 0.70
onLocalRowIdsFunction · 0.70
onLinkedRowIdsFunction · 0.70

Calls 1

resolveProvidedThingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…