Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CashScript/cashscript
/ range
Function
range
packages/utils/src/data.ts:59–61 ·
view source on GitHub ↗
(start: number, end: number)
Source
from the content-addressed store, hash-verified
57
}
58
59
export
function
range(start: number, end: number): number[] {
60
return
Array.from({ length: end - start + 1 }, (_, i) => start + i);
61
}
Callers
2
reconcileScopeCleanupTags
Function · 0.85
deriveSourceText
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected