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

TypeAlias SafeString

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

SafeString represents a string that is not a sensitive value.

Source from the content-addressed store, hash-verified

97
98// SafeString represents a string that is not a sensitive value.
99type SafeString string
100
101// SafeValue makes SafeString a SafeValue.
102func (SafeString) SafeValue() {}

Callers 2

TestPrinterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected