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

Function cbm_upsert_codex_hooks

src/cli/cli.c:3633–3636  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3631}
3632/* Public path used by config-level regression tests and manual callers. */
3633int cbm_upsert_codex_hooks(const char *config_path) {
3634 return cbm_upsert_codex_hooks_command(config_path, "codebase-memory-mcp hook-augment",
3635 "codebase-memory-mcp hook-augment");
3636}
3637
3638int cbm_remove_codex_hooks(const char *config_path) {
3639 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