Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ p
Function
p
repos/effect/packages/effect/test/Array.test.ts:700–700 ·
view source on GitHub ↗
(n: number)
Source
from the content-addressed store, hash-verified
698
699
describe(
"getUnsafe"
, () => {
700
it(
"should throw on index out of bound"
, () => {
701
throws(() => pipe([], Arr.getUnsafe(100)),
new
Error(
"Index out of bounds: 100"
))
702
})
703
})
Callers
3
Predicate.test.ts
File · 0.70
every
Function · 0.50
some
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected