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

Function cbm_remove_kimi_context_hook

src/cli/cli.c:4577–4581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4575}
4576
4577static int cbm_remove_kimi_context_hook(const char *config_path) {
4578 return cbm_toml_remove_managed_block(config_path, KIMI_HOOK_BEGIN, KIMI_HOOK_END) == 0
4579 ? CLI_OK
4580 : CLI_ERR;
4581}
4582
4583static int cbm_upsert_gitlab_session_hook(const char *hooks_path, const char *binary_path) {
4584 char command[CLI_BUF_8K];

Callers 1

Calls 1

Tested by

no test coverage detected