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

Function make_hook

atomic-agent/src/hooks/agy.rs:1291–1293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1289 use super::*;
1290
1291 fn make_hook() -> AgyHook {
1292 AgyHook::new()
1293 }
1294
1295 /// Install into a temporary config dir and return it.
1296 fn temp_config() -> tempfile::TempDir {

Calls

no outgoing calls