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

Function range5

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

Source from the content-addressed store, hash-verified

1103 expect(thrown).toBe(true);
1104
1105 const range5 = (start: number, stop: number) => range(start, stop).catchAllAndThrow();
1106
1107 thrown = false;
1108 try {

Callers 1

Calls 2

rangeFunction · 0.70
catchAllAndThrowMethod · 0.65

Tested by

no test coverage detected