| 179 | } |
| 180 | |
| 181 | type RedactorSet struct { |
| 182 | set Set |
| 183 | redactorFunc func(interface{}) base.RedactorFunc |
| 184 | } |
| 185 | |
| 186 | func (redactorSet RedactorSet) Redact() string { |
| 187 | return redactorSet.GetRedactionString(true) |
nothing calls this directly
no outgoing calls
no test coverage detected