Skip to main content

add_standardize_call_element

Function add_standardize_call_element 

Source
pub fn add_standardize_call_element(
    config: &str,
    params: AddStandardizeCallElementParams,
) -> Result<(String, Value)>
Expand description

Add a standardize call element (SBOM record)

Creates a new standardize bill of materials entry.

§Arguments

  • config - Configuration JSON string
  • params - Element parameters (ftype_id, sfunc_id, felem_id, exec_order)

§Returns

Tuple of (modified_config, new_sbom_record)