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

Function cbm_upsert_codex_hooks

src/cli/cli.c:3429–3432  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3427
3428/* Public path used by config-level regression tests and manual callers. */
3429int cbm_upsert_codex_hooks(const char *config_path) {
3430 return cbm_upsert_codex_hooks_command(config_path, "codebase-memory-mcp hook-augment",
3431 "codebase-memory-mcp hook-augment");
3432}
3433
3434int cbm_remove_codex_hooks(const char *config_path) {
3435 return config_path &&

Callers 1

test_cli.cFile · 0.85

Calls 1

Tested by

no test coverage detected