Skip to main content

get_expression_function

Function get_expression_function 

Source
pub fn get_expression_function(
    config_json: &str,
    efunc_code: &str,
) -> Result<Value, SzConfigError>
Expand description

Get an expression function by code

§Arguments

  • config_json - The configuration JSON string
  • efunc_code - Function code to retrieve

§Returns

Result with the function record

§Errors

Returns error if function not found or JSON is invalid