Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinity/orbit
/ print
Function
print
libs/orbit-essentials/src/cdk.rs:96–98 ·
view source on GitHub ↗
(s: S)
Source
from the content-addressed store, hash-verified
94
}
95
96
pub fn print<S: AsRef<str>>(s: S) {
97
println!(
"{}"
, s.as_ref());
98
}
99
100
pub fn canister_balance() -> u64 {
101
IC_CANISTER_BALANCE.with(|b| *b.borrow())
Callers
15
list_notifications
Method · 0.85
submit_icp_transfer
Method · 0.85
balance
Method · 0.85
recalculate
Method · 0.85
sum
Method · 0.85
execute_created_transfers
Method · 0.85
to_dto
Method · 0.85
sync_all
Method · 0.85
disaster_recovery_observes_insert_user
Function · 0.85
disaster_recovery_observes_remove_user
Function · 0.85
disaster_recovery_sync_accounts_and_assets_on_remove
Function · 0.85
disaster_recovery_sync_accounts_and_assets_on_insert
Function · 0.85
Calls
no outgoing calls
Tested by
1
is_match
Method · 0.68