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

Function cbm_upsert_codex_hooks_command

src/cli/cli.c:3627–3631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3625 check_only, NULL);
3626}
3627static int cbm_upsert_codex_hooks_command(const char *config_path, const char *command,
3628 const char *command_windows) {
3629 return cbm_reconcile_codex_hooks_command(config_path, command, command_windows,
3630 CBM_TOML_CODEX_HOOK_UPSERT, false);
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",

Callers 2

cbm_upsert_codex_hooksFunction · 0.85

Calls 1

Tested by

no test coverage detected