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

Function remoteTableId

src/ui-svelte/functions.svelte.ts:879–881  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

877 return getRelationships()?.getLocalTableId(maybeGet(relationshipId));
878 },
879 get remoteTableId() {
880 return getRelationships()?.getRemoteTableId(maybeGet(relationshipId));
881 },
882 };
883};
884

Callers

nothing calls this directly

Calls 3

getRelationshipsFunction · 0.70
maybeGetFunction · 0.70
getRemoteTableIdMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…