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

Function getTablesJson

src/store/index.ts:1556–1556  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1554 const hasValue = (valueId: Id): boolean => collHas(valuesMap, id(valueId));
1555
1556 const getTablesJson = (): Json => jsonStringWithMap(tablesMap);
1557
1558 const getValuesJson = (): Json => jsonStringWithMap(valuesMap);
1559

Callers

nothing calls this directly

Calls 1

jsonStringWithMapFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…