Function pax_runtime::api::pax_value::functions::call_function

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