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

Function getValuesSchemaJson

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:1881–1881  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1879 const getJson = () => jsonStringWithMap([tablesMap, valuesMap]);
1880 const getTablesSchemaJson = () => jsonStringWithMap(tablesSchemaMap);
1881 const getValuesSchemaJson = () => jsonStringWithMap(valuesSchemaMap);
1882 const getSchemaJson = () => jsonStringWithMap([tablesSchemaMap, valuesSchemaMap]);
1883 const setContent = (content) => fluentTransaction(() => {
1884 const content2 = isFunction(content) ? content() : content;

Callers

nothing calls this directly

Calls 1

jsonStringWithMapFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…