MCPcopy Index your code
hub / github.com/Effect-TS/effect / stringOrRedacted

Function stringOrRedacted

packages/platform/src/internal/httpClientRequest.ts:170–171  ·  view source on GitHub ↗
(value: string | Redacted.Redacted)

Source from the content-addressed store, hash-verified

168 ))
169
170const stringOrRedacted = (value: string | Redacted.Redacted): string =>
171 typeof value === "string" ? value : Redacted.value(value)
172
173/** @internal */
174export const basicAuth = dual<

Callers 1

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…