MCPcopy Create free account
hub / github.com/effect-app/libs / toString

Function toString

repos/effect/packages/effect/src/Redacted.ts:205–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203 ...PipeInspectableProto,
204 toJSON() {
205 return this.toString()
206 },
207 toString() {
208 return `<redacted${isString(this.label) ? ":" + this.label : ""}>`
209 },
210 [Hash.symbol]<T>(this: Redacted<T>): number {

Callers

nothing calls this directly

Calls 1

isStringFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…