| 5737 | } |
| 5738 | |
| 5739 | static int cbm_remove_augment_coverage_hook(const char *settings_path, const char *script_path) { |
| 5740 | return remove_hooks_json((hooks_remove_args_t){ |
| 5741 | .settings_path = settings_path, |
| 5742 | .hook_event = "PostToolUse", |
| 5743 | .matcher_str = "view", |
| 5744 | .match_command_exact = script_path, |
| 5745 | }); |
| 5746 | } |
| 5747 | |
| 5748 | /* ── PATH management ──────────────────────────────────────────── */ |
| 5749 |
no test coverage detected