MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_current_platform_is_windows

Function cbm_current_platform_is_windows

src/cli/cli.c:3357–3363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3355}
3356
3357static 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
3366int cbm_build_qwen_hook_command_for_testing(const char *binary_path, bool windows, char *command,

Calls

no outgoing calls

Tested by

no test coverage detected