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

Function cbm_build_qwen_hook_command

src/cli/cli.c:3556–3560  ·  view source on GitHub ↗

Qwen exposes one command plus an optional shell selector. This helper keeps * platform selection explicit and testable without requiring a Windows host. */

Source from the content-addressed store, hash-verified

3554/* Qwen exposes one command plus an optional shell selector. This helper keeps
3555 * platform selection explicit and testable without requiring a Windows host. */
3556static int cbm_build_qwen_hook_command(const char *binary_path, bool windows, char *command,
3557 size_t command_size, char *shell, size_t shell_size) {
3558 return cbm_build_dialect_hook_command(binary_path, "qwen", windows, command, command_size,
3559 shell, shell_size);
3560}
3561
3562static int cbm_build_qoder_hook_command(const char *binary_path, bool windows, char *command,
3563 size_t command_size, char *shell, size_t shell_size) {

Calls 1

Tested by

no test coverage detected