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

File Headers.test.ts

packages/effect/test/unstable/http/Headers.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it } from "@effect/vitest"
2import { assertNone, assertSome, deepStrictEqual, doesNotThrow, strictEqual } from "@effect/vitest/utils"
3import { Schema } from "effect"
4import { Headers } from "effect/unstable/http"

Callers

nothing calls this directly

Calls 10

assertSuccessFunction · 0.90
deepStrictEqualFunction · 0.90
doesNotThrowFunction · 0.90
strictEqualFunction · 0.90
assertSomeFunction · 0.90
assertNoneFunction · 0.90
pushMethod · 0.80
atMethod · 0.65
getMethod · 0.65
removeMethod · 0.45

Tested by

no test coverage detected