| 5711 | } |
| 5712 | |
| 5713 | static int cbm_remove_augment_session_hook(const char *settings_path, const char *script_path) { |
| 5714 | return remove_hooks_json((hooks_remove_args_t){ |
| 5715 | .settings_path = settings_path, |
| 5716 | .hook_event = "SessionStart", |
| 5717 | .matcher_str = NULL, |
| 5718 | .match_command_exact = script_path, |
| 5719 | }); |
| 5720 | } |
| 5721 | |
| 5722 | static int cbm_upsert_augment_coverage_hook(const char *settings_path, const char *script_path) { |
| 5723 | return upsert_hooks_json((hooks_upsert_args_t){ |
no test coverage detected