Skip to main content

delete_expression_function

Function delete_expression_function 

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

Delete an expression function by code

§Arguments

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

§Returns

Result with modified JSON string and the deleted function record

§Errors

Returns error if function not found or JSON is invalid