SafeString represents a string that is not a sensitive value.
| 97 | |
| 98 | // SafeString represents a string that is not a sensitive value. |
| 99 | type SafeString string |
| 100 | |
| 101 | // SafeValue makes SafeString a SafeValue. |
| 102 | func (SafeString) SafeValue() {} |
no outgoing calls
no test coverage detected