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

Method artifacts

core/src/tools/artifacts.rs:107–109  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

105 }
106
107 pub fn artifacts(&self) -> Vec<ToolArtifact> {
108 self.ordered_artifacts()
109 }
110
111 pub fn save_to_dir(&self, dir: impl AsRef<Path>) -> Result<()> {
112 let dir = dir.as_ref();

Callers 1

Calls 1

ordered_artifactsMethod · 0.80

Tested by

no test coverage detected