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

Function useRelationshipsIds

src/ui-react/hooks.ts:1683–1684  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1681): Relationships | undefined => useCreate(store, create, createDeps);
1682
1683export const useRelationshipsIds: typeof useRelationshipsIdsDecl = () =>
1684 useThingIds(OFFSET_RELATIONSHIPS);
1685
1686export const useRelationships: typeof useRelationshipsDecl = (
1687 id?: Id,

Callers 5

ReaderFunction · 0.90
TestFunction · 0.90
BodyFunction · 0.90

Calls 1

useThingIdsFunction · 0.90

Tested by 2

ReaderFunction · 0.72
TestFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…