MCPcopy Create free account
hub / github.com/dfinity/orbit / cancel_request

Function cancel_request

core/station/impl/src/controllers/request.rs:60–62  ·  view source on GitHub ↗
(input: CancelRequestInput)

Source from the content-addressed store, hash-verified

58
59#[update(name = "cancel_request")]
60async fn cancel_request(input: CancelRequestInput) -> ApiResult<CancelRequestResponse> {
61 CONTROLLER.cancel_request(input).await
62}
63
64#[update(name = "try_execute_request", hidden = true)]
65async fn try_execute_request(id: UUID) -> Result<(), RequestExecuteError> {

Callers

nothing calls this directly

Calls 1

cancel_requestMethod · 0.45

Tested by

no test coverage detected