MCPcopy 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
179fn artifact_manifest_path(dir: &Path) -> std::path::PathBuf {
180 dir.join("artifacts.json")
181}
182
183#[cfg(test)]
184mod tests {

Callers 2

save_to_dirMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected