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

Function cbm_upsert_codex_hooks

src/cli/cli.c:3423–3426  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3421
3422/* Public path used by config-level regression tests and manual callers. */
3423int cbm_upsert_codex_hooks(const char *config_path) {
3424 return cbm_upsert_codex_hooks_command(config_path, "codebase-memory-mcp hook-augment",
3425 "codebase-memory-mcp hook-augment");
3426}
3427
3428int cbm_remove_codex_hooks(const char *config_path) {
3429 return config_path &&

Callers 1

test_cli.cFile · 0.85

Calls 1

Tested by

no test coverage detected