MCPcopy Create free account
hub / github.com/Snowflyt/tinyeffect / range7

Function range7

test/README.example.spec.ts:1146–1147  ·  view source on GitHub ↗
(start: number, stop: number)

Source from the content-addressed store, hash-verified

1144 expect(thrown).toBe(true);
1145
1146 const range7 = (start: number, stop: number) =>
1147 range(start, stop).catchAllAndThrow((error, message) => `Error(${error}): ${message}`);
1148
1149 thrown = false;
1150 try {

Callers 1

Calls 2

rangeFunction · 0.70
catchAllAndThrowMethod · 0.65

Tested by

no test coverage detected