()
| 91 | } |
| 92 | |
| 93 | func (redactorSet RedactorSet) String() string { |
| 94 | return redactorSet.GetRedactionString(false) |
| 95 | } |
| 96 | |
| 97 | func (redactorSet RedactorSet) GetRedactionString(shouldRedact bool) string { |
| 98 | tmp := []byte("{") |
nothing calls this directly
no test coverage detected