pub fn check_function_modifier(
    context: &Context,
    is_static: bool,
    modifier: FunctionModifier
) -> MayRevert
Expand description

Check that a function call is compatible with the context it is called into.