pub async fn inspect_pull_request_with_cancellation(
input: &PullRequestInput,
enabled: bool,
token: Option<String>,
basic_auth_username: Option<String>,
cancellation: CancellationToken,
) -> Result<ToolEnvelope<PullRequestInspection>, ApplicationError>Expand description
Inspects one pull request with caller-owned cooperative cancellation.
ยงErrors
Returns the same failures as inspect_pull_request, including cancellation.