MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / tmpdir

Function tmpdir

src/agents/mod.rs:2047–2049  ·  view source on GitHub ↗

Create a temp directory that is cleaned up on drop.

()

Source from the content-addressed store, hash-verified

2045
2046 /// Create a temp directory that is cleaned up on drop.
2047 fn tmpdir() -> tempfile::TempDir {
2048 tempfile::tempdir().expect("failed to create temp dir")
2049 }
2050
2051 // ----- backup_config_file -----
2052

Calls

no outgoing calls