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

Method Redact

base/redactor.go:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89func (redactorSet RedactorSet) Redact() string {
90 return redactorSet.GetRedactionString(true)
91}
92
93func (redactorSet RedactorSet) String() string {
94 return redactorSet.GetRedactionString(false)

Callers

nothing calls this directly

Calls 1

GetRedactionStringMethod · 0.95

Tested by

no test coverage detected