| 3361 | } |
| 3362 | |
| 3363 | static bool cbm_current_platform_is_windows(void) { |
| 3364 | #ifdef _WIN32 |
| 3365 | return true; |
| 3366 | #else |
| 3367 | return false; |
| 3368 | #endif |
| 3369 | } |
| 3370 | |
| 3371 | #ifdef CBM_CLI_ENABLE_TEST_API |
| 3372 | int cbm_build_qwen_hook_command_for_testing(const char *binary_path, bool windows, char *command, |
no outgoing calls
no test coverage detected