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

File Optic.test.ts

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

Source from the content-addressed store, hash-verified

1import { Optic, Option, Result, Schema, SchemaIssue } from "effect"
2import { describe, it } from "vitest"
3import { assertSuccess, assertTrue, deepStrictEqual, strictEqual, throws } from "./utils/assert.ts"
4

Callers

nothing calls this directly

Calls 15

throwsFunction · 0.90
deepStrictEqualFunction · 0.90
strictEqualFunction · 0.90
assertTrueFunction · 0.90
assertSuccessFunction · 0.90
assertFailureIssueFunction · 0.85
assertFailureMessageFunction · 0.85
assertMissingKeyFailureFunction · 0.85
assertPointerFailureFunction · 0.85
getAllFunction · 0.85
joinMethod · 0.80
someMethod · 0.80

Tested by

no test coverage detected