Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinyplex/tinybase
/ getValueIds
Function
getValueIds
src/store/index.ts:1534–1534 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1532
const
getValues = (): Values => mapToObj(valuesMap, decodeIfJson);
1533
1534
const
getValueIds = (): Ids => mapKeys(valuesMap);
1535
1536
const
getValue = (valueId: Id): ValueOrUndefined =>
1537
decodeIfJson(mapGet(valuesMap, id(valueId)));
Callers
1
Getters
Function · 0.50
Calls
1
mapKeys
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…