MCPcopy Create free account
hub / github.com/cockroachdb/errors / Redact

Function Redact

safedetails_api.go:56–56  ·  view source on GitHub ↗

Redact returns a redacted version of the supplied item that is safe to use in anonymized reporting. NB: this interface is obsolete. Use redact.Sprint() directly.

(r interface{})

Source from the content-addressed store, hash-verified

54//
55// NB: this interface is obsolete. Use redact.Sprint() directly.
56func Redact(r interface{}) string { return safedetails.Redact(r) }

Callers

nothing calls this directly

Calls 1

RedactFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…