Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
12
test_install_creates_plugin_files
Function · 0.85
test_install_bundles_skills
Function · 0.85
test_install_structure
Function · 0.85
test_install_idempotent
Function · 0.85
test_install_preserves_existing_manifest_fields
Function · 0.85
test_is_installed
Function · 0.85
test_uninstall_removes_everything
Function · 0.85
test_install_preserves_other_groups
Function · 0.85
test_uninstall_preserves_other_groups_and_custom_hooks
Function · 0.85
test_uninstall_nonexistent_is_ok
Function · 0.85
test_install_reuses_existing_empty_matcher
Function · 0.85
test_roundtrip_preserves_unknown_fields
Function · 0.85
Calls
1
unwrap
Method · 0.45
Tested by
12
test_install_creates_plugin_files
Function · 0.68
test_install_bundles_skills
Function · 0.68
test_install_structure
Function · 0.68
test_install_idempotent
Function · 0.68
test_install_preserves_existing_manifest_fields
Function · 0.68
test_is_installed
Function · 0.68
test_uninstall_removes_everything
Function · 0.68
test_install_preserves_other_groups
Function · 0.68
test_uninstall_preserves_other_groups_and_custom_hooks
Function · 0.68
test_uninstall_nonexistent_is_ok
Function · 0.68
test_install_reuses_existing_empty_matcher
Function · 0.68
test_roundtrip_preserves_unknown_fields
Function · 0.68