| 3417 | } |
| 3418 | |
| 3419 | static bool cbm_current_platform_is_windows(void) { |
| 3420 | #ifdef _WIN32 |
| 3421 | return true; |
| 3422 | #else |
| 3423 | return false; |
| 3424 | #endif |
| 3425 | } |
| 3426 | |
| 3427 | #ifdef CBM_CLI_ENABLE_TEST_API |
| 3428 | int cbm_build_qwen_hook_command_for_testing(const char *binary_path, bool windows, char *command, |
no outgoing calls
no test coverage detected