MCPcopy 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.tsFile · 0.70
everyFunction · 0.50
someFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected