| 5957 | } |
| 5958 | |
| 5959 | static int cbm_remove_augment_coverage_hook(const char *settings_path, const char *script_path) { |
| 5960 | return remove_hooks_json((hooks_remove_args_t){ |
| 5961 | .settings_path = settings_path, |
| 5962 | .hook_event = "PostToolUse", |
| 5963 | .matcher_str = "view", |
| 5964 | .match_command_exact = script_path, |
| 5965 | }); |
| 5966 | } |
| 5967 | |
| 5968 | /* ── PATH management ──────────────────────────────────────────── */ |
| 5969 |
no test coverage detected