Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_canister
Method · 0.85
execute_request
Method · 0.85
init_cycle_monitor
Function · 0.85
upgrade
Method · 0.85
install
Method · 0.85
unstoppable
Function · 0.85
check_balance_before_transfer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected