Get a stored tool artifact by URI.
(&self, artifact_uri: &str)
| 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 { |
no outgoing calls