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

Method String

base/redactor.go:75–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func (redactorSlice RedactorSlice) String() string {
76 tmp := []byte{}
77 for _, item := range redactorSlice {
78 tmp = append(tmp, []byte(item.String())...)
79 tmp = append(tmp, ' ')
80 }
81 return "[ " + string(tmp) + "]"
82}
83
84type RedactorSet struct {
85 set Set

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected