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

Function localTableId

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

Source from the content-addressed store, hash-verified

874 return getRelationships()?.getStore();
875 },
876 get localTableId() {
877 return getRelationships()?.getLocalTableId(maybeGet(relationshipId));
878 },
879 get remoteTableId() {
880 return getRelationships()?.getRemoteTableId(maybeGet(relationshipId));
881 },

Callers

nothing calls this directly

Calls 3

getRelationshipsFunction · 0.70
maybeGetFunction · 0.70
getLocalTableIdMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…