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

Method ordered_call_term

src/ir/term/mod.rs:1930–1951  ·  view source on GitHub ↗

Create a call term, given the input arguments in sorted order by argument names. ## Arguments `name`: function name `args`: map of argument name (String) to argument term (Term) `ret_sort`: return sort of the function ## Returns A call term with the input arguments in sorted order by argument names.

(
        &self,
        name: String,
        args: FxHashMap<String, Term>,
        ret_sort: Sort,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

gen_exprMethod · 0.80

Calls 5

termFunction · 0.85
ordered_input_namesMethod · 0.80
mapMethod · 0.80
cloneMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected