pub fn caller_is_self(caller: UserId) -> bool
Checks if the caller is the canister itself.
caller
UserId
true if the caller is calling itself, if the canister is the caller, otherwise false.
true
false