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

Function read_const

crates/compile/src/decompile.rs:166–171  ·  view source on GitHub ↗

Read a Constant from the const store, materializing the lazy entry.

(
  addr: &Address,
  stt: &CompileState,
)

Source from the content-addressed store, hash-verified

164 ED::Bvar(..)
165 | ED::Fvar(..)
166 | ED::Mvar(..)
167 | ED::Sort(..)
168 | ED::Const(..)
169 | ED::Lit(..) => {},
170 }
171 continue;
172 }
173
174 // Children are canonicalized (they were pushed after this node's

Callers 1

decompile_constFunction · 0.85

Calls 2

get_constMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected