Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
restore_persisted_session_state
Function · 0.80
Calls
1
ordered_artifacts
Method · 0.80
Tested by
no test coverage detected