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{})
| 54 | // |
| 55 | // NB: this interface is obsolete. Use redact.Sprint() directly. |
| 56 | func Redact(r interface{}) string { return safedetails.Redact(r) } |
nothing calls this directly
no test coverage detected
searching dependent graphs…