MCPcopy Create free account
hub / github.com/cockroachdb/redact / DisableHashing

Function DisableHashing

api.go:213–215  ·  view source on GitHub ↗

DisableHashing disables hash-based redaction. Hash markers will be fully redacted instead of being replaced with hashes.

()

Source from the content-addressed store, hash-verified

211// DisableHashing disables hash-based redaction.
212// Hash markers will be fully redacted instead of being replaced with hashes.
213func DisableHashing() {
214 m.DisableHashing()
215}

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…