pax_runtime_api::pax_value::functions

Function call_function

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