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

Function dedupe

repos/effect/packages/effect/src/Array.ts:4439–4442  ·  view source on GitHub ↗
(
  self: S
)

Source from the content-addressed store, hash-verified

4437 * **When to use**
4438 *
4439 * Use to iterate over an array for side-effects only, when no transformed
4440 * result is needed.
4441 *
4442 * **Example** (Iterating with side-effects)
4443 *
4444 * ```ts import.meta.vitest
4445 * import { Array } from "effect"

Callers 3

Array.tsFile · 0.70
filterFunction · 0.50
Array.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…