| 5793 | } |
| 5794 | |
| 5795 | static int cbm_remove_augment_coverage_hook(const char *settings_path, const char *script_path) { |
| 5796 | return remove_hooks_json((hooks_remove_args_t){ |
| 5797 | .settings_path = settings_path, |
| 5798 | .hook_event = "PostToolUse", |
| 5799 | .matcher_str = "view", |
| 5800 | .match_command_exact = script_path, |
| 5801 | }); |
| 5802 | } |
| 5803 | |
| 5804 | /* ── PATH management ──────────────────────────────────────────── */ |
| 5805 |
no test coverage detected