Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getLinkedRowIdsCache
Function · 0.70
Calls
1
mapGet
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…