| 3355 | } |
| 3356 | |
| 3357 | static bool cbm_current_platform_is_windows(void) { |
| 3358 | #ifdef _WIN32 |
| 3359 | return true; |
| 3360 | #else |
| 3361 | return false; |
| 3362 | #endif |
| 3363 | } |
| 3364 | |
| 3365 | #ifdef CBM_CLI_ENABLE_TEST_API |
| 3366 | int cbm_build_qwen_hook_command_for_testing(const char *binary_path, bool windows, char *command, |
no outgoing calls
no test coverage detected