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

Function deploy_station

core/control-panel/impl/src/controllers/station.rs:40–42  ·  view source on GitHub ↗
(input: DeployStationInput)

Source from the content-addressed store, hash-verified

38
39#[update(name = "deploy_station")]
40async fn deploy_station(input: DeployStationInput) -> ApiResult<DeployStationResponse> {
41 CONTROLLER.deploy_station(input).await
42}
43
44#[query(name = "can_deploy_station")]
45async fn can_deploy_station() -> ApiResult<CanDeployStationResponse> {

Callers

nothing calls this directly

Calls 1

deploy_stationMethod · 0.45

Tested by

no test coverage detected