MCPcopy Create free account
hub / github.com/dfinity/orbit / load_module_and_args

Method load_module_and_args

tools/dfx-orbit/src/canister/install.rs:155–162  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

153 "module",
154 &Some(module_checksum),
155 &Some(op.module_checksum.clone()),
156 );
157 bail!("Module checksum does not match");
158 }
159 if op.arg_checksum != arg_checksum {
160 log_hashes(
161 &dfx_orbit.logger,
162 "argument",
163 &arg_checksum,
164 &op.arg_checksum,
165 );

Callers 2

into_requestMethod · 0.80
verifyMethod · 0.80

Calls 2

parse_argumentsFunction · 0.85
to_vecMethod · 0.80

Tested by

no test coverage detected