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

Function range4

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

Source from the content-addressed store, hash-verified

906 logs.length = 0;
907
908 const range4 = (start: number, stop: number) =>
909 range(start, stop)
910 .andThen((value) => ok(value))
911 .catchAll((error, message) => err({ error, message }));
912
913 expect(
914 range4(1, 0)

Callers 1

Calls 6

rangeFunction · 0.70
okFunction · 0.70
errFunction · 0.70
catchAllMethod · 0.65
andThenMethod · 0.65
catchAndThrowMethod · 0.65

Tested by

no test coverage detected