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

Method String

base/redactor.go:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93func (redactorSet RedactorSet) String() string {
94 return redactorSet.GetRedactionString(false)
95}
96
97func (redactorSet RedactorSet) GetRedactionString(shouldRedact bool) string {
98 tmp := []byte("{")

Callers

nothing calls this directly

Calls 1

GetRedactionStringMethod · 0.95

Tested by

no test coverage detected