Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_manifest
Function · 0.70
loads_full_manifest
Function · 0.70
rejects_newer_schema
Function · 0.70
cli_version_gate_accepts_matching
Function · 0.70
cli_version_gate_rejects_old_cli
Function · 0.70
Calls
2
write
Function · 0.85
unwrap
Method · 0.45
Tested by
5
loads_minimal_manifest
Function · 0.56
loads_full_manifest
Function · 0.56
rejects_newer_schema
Function · 0.56
cli_version_gate_accepts_matching
Function · 0.56
cli_version_gate_rejects_old_cli
Function · 0.56