MCPcopy
hub / github.com/tinyplex/tinybase / getNValues

Function getNValues

test/perf/common.ts:124–130  ·  view source on GitHub ↗
(N: number)

Source from the content-addressed store, hash-verified

122};
123
124export const getNValues = (N: number): Values => {
125 const values: Values = {};
126 for (let n = 1; n <= N; n++) {
127 values['value' + n] = n;
128 }
129 return values;
130};

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…