Function
evaluateHash
evaluateHash evaluates a Condition with attribute `hash`.
(o *Opts)
Source from the content-addressed store, hash-verified
| 102 | |
| 103 | // evaluateHash evaluates a Condition with attribute `hash`. |
| 104 | func evaluateHash(o *Opts) (bool, error) { return cmpHash(o) } |
Tested by
no test coverage detected