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

Function range3

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

Source from the content-addressed store, hash-verified

556 );
557
558 const range3 = (start: number, stop: number) => range(start, stop).with(handleErrorAsResult);
559
560 expect(range3).to(equal(range2));
561

Callers

nothing calls this directly

Calls 3

rangeFunction · 0.70
withMethod · 0.65
catchAndThrowMethod · 0.65

Tested by

no test coverage detected