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

Method should_handoff_codex_stop

atomic-cli/src/commands/agent/hooks.rs:217–219  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

215
216impl Hooks {
217 fn should_handoff_codex_stop(&self) -> bool {
218 !self.foreground && self.agent_name == "codex" && self.verb == "stop"
219 }
220
221 fn handoff_codex_stop(&self, input: &[u8]) -> CliResult<()> {
222 let exe = std::env::current_exe().map_err(|e| {

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected