| 5773 | } |
| 5774 | |
| 5775 | static int cbm_remove_augment_session_hook(const char *settings_path, const char *script_path) { |
| 5776 | return remove_hooks_json((hooks_remove_args_t){ |
| 5777 | .settings_path = settings_path, |
| 5778 | .hook_event = "SessionStart", |
| 5779 | .matcher_str = NULL, |
| 5780 | .match_command_exact = script_path, |
| 5781 | }); |
| 5782 | } |
| 5783 | |
| 5784 | static int cbm_upsert_augment_coverage_hook(const char *settings_path, const char *script_path) { |
| 5785 | return upsert_hooks_json((hooks_upsert_args_t){ |
no test coverage detected