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

Method resolve_addr

crates/compile/src/compile.rs:263–265  ·  view source on GitHub ↗

Look up a compiled constant's address (with `aux_name_to_addr` fallback).

(&self, name: &Name)

Source from the content-addressed store, hash-verified

261 block_stats: Default::default(),
262 ungrounded: Default::default(),
263 aux_gen_extra_names: Default::default(),
264 aux_gen_pending: std::sync::Mutex::new(Vec::new()),
265 aux_name_to_addr: Default::default(),
266 lean_env: None,
267 call_site_plans: Default::default(),
268 brec_on_call_site_plans: Default::default(),

Calls 1

resolve_addr_auxMethod · 0.80