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

Function cbm_build_qoder_hook_command

src/cli/cli.c:3562–3566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {
3564 return cbm_build_dialect_hook_command(binary_path, "qoder", windows, command, command_size,
3565 shell, shell_size);
3566}
3567
3568static bool cbm_optional_hook_supported(const char *agent_name, bool windows) {
3569 if (!agent_name || strcmp(agent_name, "cline") == 0) {

Calls 1

Tested by

no test coverage detected