Function pact_ffi::verifier::pactffi_verifier_add_file_source

source ·
#[no_mangle]
pub extern "C" fn pactffi_verifier_add_file_source(
    handle: *mut VerifierHandle,
    file: *const c_char
)
Expand description

Adds a Pact file as a source to verify.

§Safety

All string fields must contain valid UTF-8. Invalid UTF-8 will be replaced with U+FFFD REPLACEMENT CHARACTER.