| 3400 | } |
| 3401 | |
| 3402 | static int cbm_build_qoder_hook_command(const char *binary_path, bool windows, char *command, |
| 3403 | size_t command_size, char *shell, size_t shell_size) { |
| 3404 | return cbm_build_dialect_hook_command(binary_path, "qoder", windows, command, command_size, |
| 3405 | shell, shell_size); |
| 3406 | } |
| 3407 | |
| 3408 | static bool cbm_optional_hook_supported(const char *agent_name, bool windows) { |
| 3409 | if (!agent_name || strcmp(agent_name, "cline") == 0) { |
no test coverage detected