| 3577 | } |
| 3578 | |
| 3579 | static bool cbm_current_platform_is_windows(void) { |
| 3580 | #ifdef _WIN32 |
| 3581 | return true; |
| 3582 | #else |
| 3583 | return false; |
| 3584 | #endif |
| 3585 | } |
| 3586 | |
| 3587 | #ifdef CBM_CLI_ENABLE_TEST_API |
| 3588 | int cbm_build_qwen_hook_command_for_testing(const char *binary_path, bool windows, char *command, |
no outgoing calls
no test coverage detected