MCPcopy Create free account
hub / github.com/effect-app/libs / f

Function f

repos/effect/packages/effect/test/Array.test.ts:67–67  ·  view source on GitHub ↗
(b: number, a: number)

Source from the content-addressed store, hash-verified

65 it("prependAll", () => {
66 deepStrictEqual(pipe([3, 4], Arr.prependAll([1, 2])), [1, 2, 3, 4])
67
68 deepStrictEqual(pipe([3, 4], Arr.prependAll(new Set([1, 2]))), [1, 2, 3, 4])
69 deepStrictEqual(pipe(new Set([3, 4]), Arr.prependAll([1, 2])), [1, 2, 3, 4])
70 })

Callers 3

assertSpanFunction · 0.70
assertSplitWhereFunction · 0.70
Array.test.tsFile · 0.70

Calls 2

succeedMethod · 0.45
failMethod · 0.45

Tested by

no test coverage detected