MCPcopy
hub / github.com/Effect-TS/effect / Iterable.test.ts

File Iterable.test.ts

packages/effect/test/Iterable.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it } from "@effect/vitest"
2import { assertFalse, assertNone, assertSome, assertTrue, deepStrictEqual, strictEqual } from "@effect/vitest/utils"
3import { Iterable as Iter, Number, Option, pipe } from "effect"
4import type { Predicate } from "effect/Predicate"

Callers

nothing calls this directly

Calls 15

deepStrictEqualFunction · 0.90
pipeFunction · 0.90
assertNoneFunction · 0.90
assertSomeFunction · 0.90
assertTrueFunction · 0.90
assertFalseFunction · 0.90
strictEqualFunction · 0.90
itFunction · 0.85
dedupeAdjacentFunction · 0.85
headMethod · 0.80
toArrayFunction · 0.70
assertSingleChunkFunction · 0.70

Tested by

no test coverage detected