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

Function objValues

src/common/obj.ts:67–68  ·  view source on GitHub ↗
(obj: IdObj<Value>)

Source from the content-addressed store, hash-verified

65 objNew(objToArray(obj, (value, id) => [id, cb(value, id)]));
66
67export const objValues = <Value>(obj: IdObj<Value>): Value[] =>
68 object.values(obj);
69
70export const objSize = (obj: IdObj<unknown>): number => size(objIds(obj));
71

Callers 4

CartesianChartFunction · 0.90
getTitleFunction · 0.90
fetchMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…