MCPcopy Create free account
hub / github.com/circify/circ / eval

Function eval

src/ir/term/eval.rs:45–48  ·  view source on GitHub ↗

Recursively evaluate the term `t`, using variable values in `h`.

(t: &Term, h: &FxHashMap<String, Value>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

evalMethod · 0.70
pf2bool_evalFunction · 0.70
semantics_randomFunction · 0.50
semantic_randomFunction · 0.50
flatten_semantics_randomFunction · 0.50

Calls 2

eval_cachedFunction · 0.85
cloneMethod · 0.45

Tested by 1

pf2bool_evalFunction · 0.56