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

Struct RedactorSet

channels/set.go:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181type RedactorSet struct {
182 set Set
183 redactorFunc func(interface{}) base.RedactorFunc
184}
185
186func (redactorSet RedactorSet) Redact() string {
187 return redactorSet.GetRedactionString(true)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected