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

Function toString

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

Source from the content-addressed store, hash-verified

205 return this.toString()
206 },
207 toString() {
208 return `<redacted${isString(this.label) ? ":" + this.label : ""}>`
209 },
210 [Hash.symbol]<T>(this: Redacted<T>): number {
211 return Hash.hash(redacted.redactedRegistry.get(this))
212 },

Callers

nothing calls this directly

Calls 1

isStringFunction · 0.90

Tested by

no test coverage detected