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

Function id

libs/orbit-essentials/src/cdk.rs:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 pub fn id() -> Principal {
85 super::TEST_CANISTER_ID
86 }
87
88 pub fn is_controller(principal: &Principal) -> bool {
89 *principal == super::TEST_CONTROLLER_ID

Callers 7

is_external_canisterMethod · 0.85
execute_requestMethod · 0.85
init_cycle_monitorFunction · 0.85
upgradeMethod · 0.85
installMethod · 0.85
unstoppableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected