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

TypeAlias HashString

interfaces/interfaces.go:175–175  ·  view source on GitHub ↗

HashString represents a string that should be hashed when redacted.

Source from the content-addressed store, hash-verified

173
174// HashString represents a string that should be hashed when redacted.
175type HashString string
176
177// HashValue makes HashString a HashValue.
178func (HashString) HashValue() {}

Calls

no outgoing calls

Tested by

no test coverage detected