MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / write_manifest

Function write_manifest

atomic-agent/src/integrations/manifest.rs:138–140  ·  view source on GitHub ↗
(dir: &Path, body: &str)

Source from the content-addressed store, hash-verified

136 use super::*;
137
138 fn write_manifest(dir: &Path, body: &str) {
139 std::fs::write(dir.join(MANIFEST_FILE), body).unwrap();
140 }
141
142 #[test]
143 fn loads_minimal_manifest() {

Callers 5

loads_minimal_manifestFunction · 0.70
loads_full_manifestFunction · 0.70
rejects_newer_schemaFunction · 0.70

Calls 2

writeFunction · 0.85
unwrapMethod · 0.45

Tested by 5

loads_minimal_manifestFunction · 0.56
loads_full_manifestFunction · 0.56
rejects_newer_schemaFunction · 0.56