| 3439 | } |
| 3440 | |
| 3441 | static bool cbm_current_platform_is_windows(void) { |
| 3442 | #ifdef _WIN32 |
| 3443 | return true; |
| 3444 | #else |
| 3445 | return false; |
| 3446 | #endif |
| 3447 | } |
| 3448 | |
| 3449 | #ifdef CBM_CLI_ENABLE_TEST_API |
| 3450 | int cbm_build_qwen_hook_command_for_testing(const char *binary_path, bool windows, char *command, |
no outgoing calls
no test coverage detected