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

Function useCreateRelationships

src/ui-solid/primitives.ts:1351–1354  ·  view source on GitHub ↗
(
  store: Store | undefined,
  create: (store: Store) => Relationships,
)

Source from the content-addressed store, hash-verified

1349 );
1350
1351export const useCreateRelationships = (
1352 store: Store | undefined,
1353 create: (store: Store) => Relationships,
1354): Accessor<Relationships | undefined> => useCreate(store, create);
1355
1356export const useRelationshipsIds = () => useThingIds(OFFSET_RELATIONSHIPS);
1357

Callers 1

primitives.test.tsFile · 0.90

Calls 1

useCreateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…