Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AI45Lab/Code
/ artifact_manifest_path
Function
artifact_manifest_path
core/src/tools/artifacts.rs:179–181 ·
view source on GitHub ↗
(dir: &Path)
Source
from the content-addressed store, hash-verified
177
}
178
179
fn artifact_manifest_path(dir: &Path) -> std::path::PathBuf {
180
dir.join(
"artifacts.json"
)
181
}
182
183
#[cfg(test)]
184
mod tests {
Callers
2
save_to_dir
Method · 0.85
load_from_dir_with_limits
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected