| 5731 | } |
| 5732 | |
| 5733 | static int cbm_remove_augment_coverage_hook(const char *settings_path, const char *script_path) { |
| 5734 | return remove_hooks_json((hooks_remove_args_t){ |
| 5735 | .settings_path = settings_path, |
| 5736 | .hook_event = "PostToolUse", |
| 5737 | .matcher_str = "view", |
| 5738 | .match_command_exact = script_path, |
| 5739 | }); |
| 5740 | } |
| 5741 | |
| 5742 | /* ── PATH management ──────────────────────────────────────────── */ |
| 5743 |
no test coverage detected