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

Function get_artifact

core/control-panel/impl/src/controllers/artifact.rs:13–15  ·  view source on GitHub ↗
(input: GetArtifactInput)

Source from the content-addressed store, hash-verified

11// Canister entrypoints for the controller.
12#[query(name = "get_artifact")]
13async fn get_artifact(input: GetArtifactInput) -> ApiResult<GetArtifactResponse> {
14 CONTROLLER.get_artifact(input).await
15}
16
17// Controller initialization and implementation.
18lazy_static! {

Callers

nothing calls this directly

Calls 1

get_artifactMethod · 0.80

Tested by

no test coverage detected