MCPcopy
hub / github.com/kashav/fsql / evaluateHash

Function evaluateHash

evaluate/evaluate.go:104–104  ·  view source on GitHub ↗

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`.
104func evaluateHash(o *Opts) (bool, error) { return cmpHash(o) }

Callers 1

EvaluateFunction · 0.85

Calls 1

cmpHashFunction · 0.85

Tested by

no test coverage detected