hook_handles

Function hook_handles 

Source
fn hook_handles() -> &'static Mutex<Vec<HookHandle>>
Expand description

Phase B.9.1 — handles to the installed hooks. Held in a OnceLock<Mutex<Option<...>>> so install_hooks is idempotent (no-op on second call) and uninstall can drop them on shutdown.