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

Function getSchemaJson

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

Source from the content-addressed store, hash-verified

1564 const getValuesSchemaJson = (): Json => jsonStringWithMap(valuesSchemaMap);
1565
1566 const getSchemaJson = (): Json =>
1567 jsonStringWithMap([tablesSchemaMap, valuesSchemaMap]);
1568
1569 const setContent = (content: Content | (() => Content)): Store =>
1570 fluentTransaction(() => {

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…