SafeValue makes SafeInt a SafeValue.
()
| 106 | |
| 107 | // SafeValue makes SafeInt a SafeValue. |
| 108 | func (SafeInt) SafeValue() {} |
| 109 | |
| 110 | // SafeUint represents an integer that is not a sensitive value. |
| 111 | type SafeUint uint64 |
nothing calls this directly
no outgoing calls
no test coverage detected