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

Function cbm_remove_codex_hooks

src/cli/cli.c:3434–3439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3432}
3433
3434int cbm_remove_codex_hooks(const char *config_path) {
3435 return config_path &&
3436 cbm_toml_remove_managed_block(config_path, CODEX_HOOK_BEGIN, CODEX_HOOK_END) == 0
3437 ? CLI_OK
3438 : CLI_ERR;
3439}
3440
3441/* ── OpenCode MCP config (JSON with "mcp" key) ───────────────── */
3442

Callers 3

uninstall_cli_agentsFunction · 0.85
test_cli.cFile · 0.85

Calls 1

Tested by

no test coverage detected