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

Function cbm_upsert_codex_hooks

src/cli/cli.c:3486–3489  ·  view source on GitHub ↗

Public path used by config-level regression tests and manual callers. */

Source from the content-addressed store, hash-verified

3484}
3485/* Public path used by config-level regression tests and manual callers. */
3486int cbm_upsert_codex_hooks(const char *config_path) {
3487 return cbm_upsert_codex_hooks_command(config_path, "codebase-memory-mcp hook-augment",
3488 "codebase-memory-mcp hook-augment");
3489}
3490
3491int cbm_remove_codex_hooks(const char *config_path) {
3492 return cbm_reconcile_codex_hooks_command(config_path, "codebase-memory-mcp hook-augment",

Callers 1

test_cli.cFile · 0.85

Calls 1

Tested by

no test coverage detected