Qwen exposes one command plus an optional shell selector. This helper keeps * platform selection explicit and testable without requiring a Windows host. */
| 3338 | /* Qwen exposes one command plus an optional shell selector. This helper keeps |
| 3339 | * platform selection explicit and testable without requiring a Windows host. */ |
| 3340 | static int cbm_build_qwen_hook_command(const char *binary_path, bool windows, char *command, |
| 3341 | size_t command_size, char *shell, size_t shell_size) { |
| 3342 | return cbm_build_dialect_hook_command(binary_path, "qwen", windows, command, command_size, |
| 3343 | shell, shell_size); |
| 3344 | } |
| 3345 | |
| 3346 | static int cbm_build_qoder_hook_command(const char *binary_path, bool windows, char *command, |
| 3347 | size_t command_size, char *shell, size_t shell_size) { |
no test coverage detected