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

Method SafeValue

interfaces/interfaces.go:158–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156// should receive maximal amount of scrutiny during code reviews.
157type SafeValue interface {
158 SafeValue()
159}
160
161// HashValue is a marker interface to be implemented by types whose

Callers

nothing calls this directly

Implementers 5

safestringermarkers_test.go
safefmtformattermarkers_test.go
safepanicObj1markers_test.go
safepanicObj2markers_test.go
safeWrapperinternal/redact/wrappers.go

Calls

no outgoing calls

Tested by

no test coverage detected