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

Function useRelationships

src/ui-react/hooks.ts:1686–1688  ·  view source on GitHub ↗
(
  id?: Id,
)

Source from the content-addressed store, hash-verified

1684 useThingIds(OFFSET_RELATIONSHIPS);
1685
1686export const useRelationships: typeof useRelationshipsDecl = (
1687 id?: Id,
1688): Relationships | undefined => useThing(id, OFFSET_RELATIONSHIPS);
1689
1690export const useRelationshipsOrRelationshipsById: typeof useRelationshipsOrRelationshipsByIdDecl =
1691 (

Callers 8

TestFunction · 0.90
ProvidedThingsFunction · 0.90
RelationshipsViewFunction · 0.90
BodyFunction · 0.90
RelationshipsFunction · 0.50
RelationshipsFunction · 0.50

Calls 1

useThingFunction · 0.90

Tested by 3

TestFunction · 0.72
ProvidedThingsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…