Skip to main content

validate_open_handle_response

Function validate_open_handle_response 

Source
pub fn validate_open_handle_response(
    input: &str,
    expected_request_id: &str,
    expected_parent_request_id: &str,
    expected_runtime_generation_id: &str,
    expected_identity: &WorkerInvocationIdentity,
) -> IpcResult<()>