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

Function getRemoteTableId

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

Source from the content-addressed store, hash-verified

193 };
194
195 const getRemoteTableId = (relationshipId: Id): Id =>
196 mapGet(remoteTableIds, relationshipId) as Id;
197
198 const getRemoteRowId = (
199 relationshipId: Id,

Callers 1

getLinkedRowIdsCacheFunction · 0.70

Calls 1

mapGetFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…