()
| 156 | // should receive maximal amount of scrutiny during code reviews. |
| 157 | type SafeValue interface { |
| 158 | SafeValue() |
| 159 | } |
| 160 | |
| 161 | // HashValue is a marker interface to be implemented by types whose |
nothing calls this directly
no outgoing calls
no test coverage detected