Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleErrorAsResult
Function · 0.70
range
Function · 0.70
catchAndThrow
Method · 0.65
Tested by
no test coverage detected