Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ artifact_dir
Method
artifact_dir
core/src/store/file_store.rs:52–54 ·
view source on GitHub ↗
(&self, id: &str)
Source
from the content-addressed store, hash-verified
50
}
51
52
fn artifact_dir(&self, id: &str) -> PathBuf {
53
self.dir.join(
"artifacts"
).join(safe_session_id(id))
54
}
55
56
fn trace_path(&self, id: &str) -> PathBuf {
57
self.dir
Callers
3
delete
Method · 0.80
save_artifacts
Method · 0.80
load_artifacts
Method · 0.80
Calls
1
safe_session_id
Function · 0.85
Tested by
no test coverage detected