| 1 | /** |
| 2 | * Computes Effect hash values and defines the interface for objects that want |
| 3 | * to provide their own hash implementation. Hashes are small numeric |
| 4 | * fingerprints used by Effect data structures to bucket values quickly; they |
nothing calls this directly
no test coverage detected