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

Function delRelationshipDefinition

src/relationships/index.ts:189–193  ·  view source on GitHub ↗
(relationshipId: Id)

Source from the content-addressed store, hash-verified

187 );
188
189 const delRelationshipDefinition = (relationshipId: Id): Relationships => {
190 mapSet(remoteTableIds, relationshipId);
191 delDefinition(relationshipId);
192 return relationships;
193 };
194
195 const getRemoteTableId = (relationshipId: Id): Id =>
196 mapGet(remoteTableIds, relationshipId) as Id;

Callers

nothing calls this directly

Calls 2

mapSetFunction · 0.90
delDefinitionFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…