Function call_function

Source
pub fn call_function(
    scope: String,
    name: String,
    args: Vec<PaxValue>,
) -> Result<PaxValue, String>