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

Function create_request

core/station/impl/src/controllers/request.rs:55–57  ·  view source on GitHub ↗
(input: CreateRequestInput)

Source from the content-addressed store, hash-verified

53
54#[update(name = "create_request")]
55async fn create_request(input: CreateRequestInput) -> ApiResult<CreateRequestResponse> {
56 CONTROLLER.create_request(input, arg_data_raw_size()).await
57}
58
59#[update(name = "cancel_request")]
60async fn cancel_request(input: CancelRequestInput) -> ApiResult<CancelRequestResponse> {

Callers 1

create_requestMethod · 0.85

Calls 2

arg_data_raw_sizeFunction · 0.85
create_requestMethod · 0.45

Tested by

no test coverage detected