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

Function collSize

src/common/coll.ts:15–16  ·  view source on GitHub ↗
(coll: Coll<unknown> | undefined)

Source from the content-addressed store, hash-verified

13 );
14
15export const collSize = (coll: Coll<unknown> | undefined): number =>
16 coll?.size ?? 0;
17export const collSize2 = collSizeN(collSize);
18export const collSize3 = collSizeN(collSize2);
19export const collSize4 = collSizeN(collSize3);

Callers 9

writeGroupRowFunction · 0.90
setMetricDefinitionFunction · 0.90
getRowCountFunction · 0.90
mapEqualsFunction · 0.90
getAggregateValueFunction · 0.90
getScaledPointsFunction · 0.90
getXFunction · 0.90
getStatsFunction · 0.90
collIsEmptyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…