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

Function useProvideRelationships

src/ui-solid/primitives.ts:1367–1371  ·  view source on GitHub ↗
(
  relationshipsId: Id,
  relationships: Relationships,
)

Source from the content-addressed store, hash-verified

1365 useThingOrThingById(relationshipsOrRelationshipsId, OFFSET_RELATIONSHIPS);
1366
1367export const useProvideRelationships = (
1368 relationshipsId: Id,
1369 relationships: Relationships,
1370): void =>
1371 useProvideThing(relationshipsId, relationships, OFFSET_RELATIONSHIPS);
1372
1373export const useRelationshipIds = (
1374 relationshipsOrRelationshipsId?: MaybeRelationshipsOrRelationshipsId,

Callers 1

Calls 1

useProvideThingFunction · 0.90

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…