MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / RedactorSet

Struct RedactorSet

base/redactor.go:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84type RedactorSet struct {
85 set Set
86 redactorFunc func(interface{}) RedactorFunc
87}
88
89func (redactorSet RedactorSet) Redact() string {
90 return redactorSet.GetRedactionString(true)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected