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

Function range6

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

Source from the content-addressed store, hash-verified

1123 expect(thrown).toBe(true);
1124
1125 const range6 = (start: number, stop: number) =>
1126 range(start, stop).catchAllAndThrow("An error occurred while generating the range");
1127
1128 thrown = false;
1129 try {

Callers 1

Calls 2

rangeFunction · 0.70
catchAllAndThrowMethod · 0.65

Tested by

no test coverage detected