pub fn check_function_modifier(
context: &Context,
is_static: bool,
modifier: FunctionModifier,
) -> MayRevertExpand description
Check that a function call is compatible with the context it is called into.
pub fn check_function_modifier(
context: &Context,
is_static: bool,
modifier: FunctionModifier,
) -> MayRevertCheck that a function call is compatible with the context it is called into.