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

Method get_const_bytes

crates/kernel/src/anon_env.rs:49–51  ·  view source on GitHub ↗

Raw constant bytes (no materialization).

(&self, addr: &Address)

Source from the content-addressed store, hash-verified

47
48 /// Raw constant bytes (no materialization).
49 pub fn get_const_bytes(&self, addr: &Address) -> Option<Arc<[u8]>> {
50 self.inner.get_const_bytes(addr)
51 }
52
53 /// Whether a constant is present in this view.
54 pub fn contains_const(&self, addr: &Address) -> bool {

Callers 1

build_sub_envFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected