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

Function useRelationshipsOrRelationshipsById

src/ui-react/hooks.ts:1691–1694  ·  view source on GitHub ↗
(
    relationshipsOrRelationshipsId?: RelationshipsOrRelationshipsId,
  )

Source from the content-addressed store, hash-verified

1689
1690export const useRelationshipsOrRelationshipsById: typeof useRelationshipsOrRelationshipsByIdDecl =
1691 (
1692 relationshipsOrRelationshipsId?: RelationshipsOrRelationshipsId,
1693 ): Relationships | undefined =>
1694 useThingOrThingById(relationshipsOrRelationshipsId, OFFSET_RELATIONSHIPS);
1695
1696export const useProvideRelationships: typeof useProvideRelationshipsDecl = (
1697 relationshipsId: Id,

Callers 10

useRelationshipIdsFunction · 0.90
useRemoteRowIdFunction · 0.90
useLocalRowIdsFunction · 0.90
useLinkedRowIdsFunction · 0.90
useRemoteRowIdListenerFunction · 0.90
useLocalRowIdsListenerFunction · 0.90
useLinkedRowIdsListenerFunction · 0.90
RemoteRowViewFunction · 0.90
useComponentPerRowFunction · 0.90
RelationshipInHtmlTableFunction · 0.90

Calls 1

useThingOrThingByIdFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…