MCPcopy Create free account
hub / github.com/tinyplex/tinybase / useRelationshipsIds

Function useRelationshipsIds

src/ui-solid/primitives.ts:1356–1356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1354): Accessor<Relationships | undefined> => useCreate(store, create);
1355
1356export const useRelationshipsIds = () => useThingIds(OFFSET_RELATIONSHIPS);
1357
1358export const useRelationships = (
1359 id?: MaybeAccessor<Id | undefined>,

Callers 4

ReaderFunction · 0.90
BodyFunction · 0.90

Calls 1

useThingIdsFunction · 0.90

Tested by 1

ReaderFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…