()
| 87 | } |
| 88 | |
| 89 | func (redactorSet RedactorSet) Redact() string { |
| 90 | return redactorSet.GetRedactionString(true) |
| 91 | } |
| 92 | |
| 93 | func (redactorSet RedactorSet) String() string { |
| 94 | return redactorSet.GetRedactionString(false) |
nothing calls this directly
no test coverage detected