MCPcopy Create free account
hub / github.com/argumentcomputer/ix / empty_env

Function empty_env

crates/compile/src/graph.rs:196–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194 );
195
196 //assert_eq!(env.len(), out_refs.len());
197 //assert_eq!(out_refs.len(), in_refs.len());
198 RefGraph { out_refs, in_refs }
199}
200
201pub fn get_constant_info_references(constant_info: &ConstantInfo) -> NameSet {
202 let cache = &mut FxHashMap::default();
203 match constant_info {
204 ConstantInfo::AxiomInfo(val) => get_expr_references(&val.cnst.typ, cache),

Callers

nothing calls this directly

Calls 1

build_ref_graphFunction · 0.85

Tested by

no test coverage detected