Skip to main content

SzConfigTool_listDistinctCalls

Function SzConfigTool_listDistinctCalls 

Source
#[unsafe(no_mangle)]
pub extern "C" fn SzConfigTool_listDistinctCalls( config_json: *const c_char, ) -> SzConfigTool_result
Expand description

List all distinct calls

Returns JSON array of distinct calls with resolved names.

§Parameters

  • config_json: Configuration JSON string

§Returns

SzConfigTool_result with JSON array or error

§Memory

Caller must free result.response with SzConfigTool_free()