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

Function range3

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

Source from the content-addressed store, hash-verified

874 logs.length = 0;
875
876 const range3 = (start: number, stop: number) => range(start, stop).with(handleErrorAsResult);
877
878 expect(
879 range3(1, 0)

Callers 1

Calls 3

rangeFunction · 0.70
withMethod · 0.65
catchAndThrowMethod · 0.65

Tested by

no test coverage detected