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:3363–3369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3361}
3362
3363static 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
3372int 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