(&self, hook_id: &str)
| 20 | } |
| 21 | |
| 22 | pub(super) fn unregister_hook(&self, hook_id: &str) -> Option<crate::hooks::Hook> { |
| 23 | self.session.hook_engine.unregister(hook_id) |
| 24 | } |
| 25 | |
| 26 | pub(super) fn register_hook_handler( |
| 27 | &self, |
nothing calls this directly
no test coverage detected