MCPcopy Create free account
hub / github.com/Effect-TS/effect / Struct.test.ts

File Struct.test.ts

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

Source from the content-addressed store, hash-verified

1import { Equivalence, Number, pipe, Schema, String, String as Str, Struct, UndefinedOr } from "effect"
2import { TestSchema } from "effect/testing"
3import { describe, it } from "vitest"
4import { assertFalse, assertTrue, deepStrictEqual, strictEqual } from "./utils/assert.ts"

Callers

nothing calls this directly

Calls 11

strictEqualFunction · 0.90
pipeFunction · 0.90
deepStrictEqualFunction · 0.90
assertTrueFunction · 0.90
assertFalseFunction · 0.90
getMethod · 0.65
pickMethod · 0.65
omitMethod · 0.65
combineMethod · 0.65
equalsFunction · 0.50
mapMethod · 0.45

Tested by

no test coverage detected