MCPcopy Create free account
hub / github.com/AI45Lab/Code / get_artifact

Method get_artifact

core/src/tools/mod.rs:369–371  ·  view source on GitHub ↗

Get a stored tool artifact by URI.

(&self, artifact_uri: &str)

Source from the content-addressed store, hash-verified

367
368 /// Get a stored tool artifact by URI.
369 pub fn get_artifact(&self, artifact_uri: &str) -> Option<ToolArtifact> {
370 self.registry.get_artifact(artifact_uri)
371 }
372
373 /// Return a clone of the executor's artifact store handle.
374 pub fn artifact_store(&self) -> ArtifactStore {

Callers 3

artifactMethod · 0.45

Calls

no outgoing calls