MCPcopy 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_notificationsMethod · 0.85
submit_icp_transferMethod · 0.85
balanceMethod · 0.85
recalculateMethod · 0.85
sumMethod · 0.85
to_dtoMethod · 0.85
sync_allMethod · 0.85

Calls

no outgoing calls

Tested by 1

is_matchMethod · 0.68