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

Method SafeValue

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

SafeValue makes SafeInt a SafeValue.

()

Source from the content-addressed store, hash-verified

106
107// SafeValue makes SafeInt a SafeValue.
108func (SafeInt) SafeValue() {}
109
110// SafeUint represents an integer that is not a sensitive value.
111type SafeUint uint64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected