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:3480–3484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3478 : CLI_ERR;
3479}
3480static int cbm_upsert_codex_hooks_command(const char *config_path, const char *command,
3481 const char *command_windows) {
3482 return cbm_reconcile_codex_hooks_command(config_path, command, command_windows,
3483 CBM_TOML_CODEX_HOOK_UPSERT, false);
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",

Callers 2

cbm_upsert_codex_hooksFunction · 0.85

Calls 1

Tested by

no test coverage detected