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

Function useRelationshipsOrRelationshipsById

src/ui-solid/primitives.ts:1362–1365  ·  view source on GitHub ↗
(
  relationshipsOrRelationshipsId?: MaybeRelationshipsOrRelationshipsId,
)

Source from the content-addressed store, hash-verified

1360): Accessor<Relationships | undefined> => useThing(id, OFFSET_RELATIONSHIPS);
1361
1362export const useRelationshipsOrRelationshipsById = (
1363 relationshipsOrRelationshipsId?: MaybeRelationshipsOrRelationshipsId,
1364): Accessor<Relationships | undefined> =>
1365 useThingOrThingById(relationshipsOrRelationshipsId, OFFSET_RELATIONSHIPS);
1366
1367export const useProvideRelationships = (
1368 relationshipsId: Id,

Callers 10

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

Calls 1

useThingOrThingByIdFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…