Constant move_model::pragmas::FRIEND_PRAGMA
source · pub const FRIEND_PRAGMA: &str = "friend";
Expand description
Pragma indicating that the function can only be called from certain caller.
Unlike other pragmas, this pragma expects a function name like 0x1::M::f
instead
of a boolean or a number.