MCPcopy Index your code
hub / github.com/Effect-TS/effect / structural.test.ts

File structural.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, it } from "@effect/vitest"
2import { assertLeft, assertNone, assertRight, assertSome, deepStrictEqual } from "@effect/vitest/utils"
3import * as Effect from "effect/Effect"
4import * as Either from "effect/Either"

Callers

nothing calls this directly

Calls 8

deepStrictEqualFunction · 0.90
assertSomeFunction · 0.90
assertNoneFunction · 0.90
assertRightFunction · 0.90
assertLeftFunction · 0.90
mapMethod · 0.65
failMethod · 0.65
pipeFunction · 0.50

Tested by

no test coverage detected