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

Function temp_config

atomic-agent/src/hooks/agy.rs:1296–1298  ·  view source on GitHub ↗

Install into a temporary config dir and return it.

()

Source from the content-addressed store, hash-verified

1294
1295 /// Install into a temporary config dir and return it.
1296 fn temp_config() -> tempfile::TempDir {
1297 tempfile::tempdir().unwrap()
1298 }
1299
1300 // Identity tests
1301

Calls 1

unwrapMethod · 0.45