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

Function range2

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

Source from the content-addressed store, hash-verified

545 };
546
547 const range2 = (start: number, stop: number) => handleErrorAsResult(range(start, stop));
548
549 expect(range2).to(
550 equal<

Callers

nothing calls this directly

Calls 3

handleErrorAsResultFunction · 0.70
rangeFunction · 0.70
catchAndThrowMethod · 0.65

Tested by

no test coverage detected