Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
getContent
Function · 0.70
setValuesSchema
Function · 0.70
Getters
Function · 0.50
Calls
1
mapToObj
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…