| 4417 | } |
| 4418 | |
| 4419 | static int cbm_upsert_devin_context_hooks(const char *config_path, const char *binary_path, |
| 4420 | bool include_session_start) { |
| 4421 | return cbm_edit_devin_context_hooks(config_path, binary_path, false, include_session_start); |
| 4422 | } |
| 4423 | |
| 4424 | static int cbm_remove_devin_context_hooks(const char *config_path, const char *binary_path) { |
| 4425 | return cbm_edit_devin_context_hooks(config_path, binary_path, true, true); |
no test coverage detected