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

Function get_canister_wasm

tests/integration/src/setup.rs:266–268  ·  view source on GitHub ↗
(canister_name: &str)

Source from the content-addressed store, hash-verified

264}
265
266pub(crate) fn get_canister_wasm(canister_name: &str) -> Vec<u8> {
267 read_file_from_local_bin(&format!("{canister_name}.wasm.gz"))
268}
269
270fn local_bin() -> PathBuf {
271 let mut file_path = PathBuf::from(

Callers 15

register_test_canisterFunction · 0.85
upload_canister_modulesFunction · 0.85
deploy_test_canisterFunction · 0.85
upgrade_stationFunction · 0.85
upgrade_from_v0Function · 0.85
upgrade_from_v1Function · 0.85
upgrade_from_latestFunction · 0.85
too_many_chunksFunction · 0.85
delayed_system_upgradeFunction · 0.85

Calls 1

read_file_from_local_binFunction · 0.85