MCPcopy Create free account
hub / github.com/tinyplex/tinybase / forEachRelationship

Function forEachRelationship

src/relationships/index.ts:182–187  ·  view source on GitHub ↗
(relationshipCallback: RelationshipCallback)

Source from the content-addressed store, hash-verified

180 };
181
182 const forEachRelationship = (relationshipCallback: RelationshipCallback) =>
183 forEachRelationshipImpl((relationshipId) =>
184 relationshipCallback(relationshipId, (rowCallback) =>
185 store.forEachRow(getLocalTableId(relationshipId), rowCallback),
186 ),
187 );
188
189 const delRelationshipDefinition = (relationshipId: Id): Relationships => {
190 mapSet(remoteTableIds, relationshipId);

Callers

nothing calls this directly

Calls 1

forEachRowMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…