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

Function getValues

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

Source from the content-addressed store, hash-verified

1530 );
1531
1532 const getValues = (): Values => mapToObj(valuesMap, decodeIfJson);
1533
1534 const getValueIds = (): Ids => mapKeys(valuesMap);
1535

Callers 3

getContentFunction · 0.70
setValuesSchemaFunction · 0.70
GettersFunction · 0.50

Calls 1

mapToObjFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…