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

Function cbm_reconcile_codex_hooks_command

src/cli/cli.c:3621–3626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3619 : CLI_ERR;
3620}
3621static int cbm_reconcile_codex_hooks_command(const char *config_path, const char *command,
3622 const char *command_windows,
3623 cbm_toml_codex_hook_action_t action, bool check_only) {
3624 return cbm_reconcile_codex_hooks_command_detailed(config_path, command, command_windows, action,
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,

Callers 4

cbm_remove_codex_hooksFunction · 0.85
uninstall_cli_agentsFunction · 0.85

Tested by

no test coverage detected