Function pact_ffi::mock_server::handles::pactffi_set_pending

source ยท
#[no_mangle]
pub extern "C" fn pactffi_set_pending(
    interaction: InteractionHandle,
    pending: bool
) -> bool
Expand description

Mark the interaction as pending.

  • interaction - Interaction handle to modify.
  • pending - Boolean value to toggle the pending state of the interaction.

This function will return true if the key was successfully updated.