| 4642 | } |
| 4643 | |
| 4644 | static int cbm_remove_devin_context_hooks(const char *config_path, const char *binary_path) { |
| 4645 | return cbm_edit_devin_context_hooks(config_path, binary_path, true, true); |
| 4646 | } |
| 4647 | |
| 4648 | static int cbm_remove_devin_session_hook(const char *config_path, const char *binary_path) { |
| 4649 | char command[CLI_BUF_8K]; |
no test coverage detected