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

Function make_config

atomic-agent/src/watcher/fallback.rs:274–276  ·  view source on GitHub ↗
(dir: &TempDir)

Source from the content-addressed store, hash-verified

272 use tempfile::TempDir;
273
274 fn make_config(dir: &TempDir) -> WatcherConfig {
275 WatcherConfig::new(dir.path())
276 }
277
278 // Snapshot tests
279

Calls 1

pathMethod · 0.45