Function pact_matching_ffi::models::provider_state::provider_state_get_name[][src]

#[no_mangle]
pub extern "C" fn provider_state_get_name(
    provider_state: *const ProviderState
) -> *const c_char
Expand description

Get the name of the provider state as a string, which needs to be deleted with string_delete.

Safety

This function is safe.

Error Handling

If the provider_state param is NULL, this returns NULL.