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

Function useRelationships

src/ui-solid/primitives.ts:1358–1360  ·  view source on GitHub ↗
(
  id?: MaybeAccessor<Id | undefined>,
)

Source from the content-addressed store, hash-verified

1356export const useRelationshipsIds = () => useThingIds(OFFSET_RELATIONSHIPS);
1357
1358export const useRelationships = (
1359 id?: MaybeAccessor<Id | undefined>,
1360): Accessor<Relationships | undefined> => useThing(id, OFFSET_RELATIONSHIPS);
1361
1362export const useRelationshipsOrRelationshipsById = (
1363 relationshipsOrRelationshipsId?: MaybeRelationshipsOrRelationshipsId,

Callers 5

ContextProvidedThingsFunction · 0.90
RelationshipsViewFunction · 0.90
BodyFunction · 0.90

Calls 1

useThingFunction · 0.90

Tested by 2

ContextProvidedThingsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…