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

Method get_blob

crates/kernel/src/anon_env.rs:65–67  ·  view source on GitHub ↗

Get a blob by address (needed by anon ingress for string/nat literals embedded in expressions).

(&self, addr: &Address)

Source from the content-addressed store, hash-verified

63 /// Get a blob by address (needed by anon ingress for string/nat
64 /// literals embedded in expressions).
65 pub fn get_blob(&self, addr: &Address) -> Option<Vec<u8>> {
66 self.inner.get_blob(addr)
67 }
68
69 /// BFS-collect all addresses transitively reachable from `root`
70 /// via `Constant.refs`. The returned set includes `root`.

Callers 2

ingress_exprFunction · 0.45
build_sub_envFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected