DisableHashing disables hash-based redaction. Hash markers will be fully redacted instead of being replaced with hashes.
()
| 211 | // DisableHashing disables hash-based redaction. |
| 212 | // Hash markers will be fully redacted instead of being replaced with hashes. |
| 213 | func DisableHashing() { |
| 214 | m.DisableHashing() |
| 215 | } |
no outgoing calls
searching dependent graphs…