Skip to main content

AGENT_PHASE_RALPH_DIR

Static AGENT_PHASE_RALPH_DIR 

Source
pub static AGENT_PHASE_RALPH_DIR: Mutex<Option<PathBuf>>
Expand description

Process-global ralph git dir set during start_agent_phase_in_repo.

Signal handlers cannot call libgit2, so we pre-compute the ralph dir path on the main thread and store it here. Signal handlers read via try_lock.