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

Function create_canister

tests/integration/src/setup.rs:159–161  ·  view source on GitHub ↗
(env: &PocketIc, controller: Principal)

Source from the content-addressed store, hash-verified

157}
158
159pub fn create_canister(env: &PocketIc, controller: Principal) -> Principal {
160 create_canister_with_cycles(env, controller, CANISTER_INITIAL_CYCLES)
161}
162
163pub fn create_canister_with_cycles(
164 env: &PocketIc,

Callers 13

register_test_canisterFunction · 0.70
deploy_test_canisterFunction · 0.70
add_external_canisterMethod · 0.50
deploy_upgraderFunction · 0.50
deploy_stationMethod · 0.50
canister_installFunction · 0.50
setup_counter_canisterFunction · 0.50

Calls 1