MCPcopy Create free account
hub / github.com/Effect-TS/effect / value

Function value

packages/effect/src/unstable/http/Headers.ts:73–75  ·  view source on GitHub ↗
(this: Headers, context: Context.Context<never>)

Source from the content-addressed store, hash-verified

71 },
72 [Redactable.symbolRedactable]: {
73 value(this: Headers, context: Context.Context<never>): Record<string, string | Redacted.Redacted<string>> {
74 return redact(this, Context.get(context, CurrentRedactedNames))
75 }
76 },
77 toJSON: {
78 value(this: Headers) {

Callers

nothing calls this directly

Calls 3

redactFunction · 0.85
EquivalenceFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected