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

Function getTablesSchemaJson

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

Source from the content-addressed store, hash-verified

1560 const getJson = (): Json => jsonStringWithMap([tablesMap, valuesMap]);
1561
1562 const getTablesSchemaJson = (): Json => jsonStringWithMap(tablesSchemaMap);
1563
1564 const getValuesSchemaJson = (): Json => jsonStringWithMap(valuesSchemaMap);
1565

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…