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

Source from the content-addressed store, hash-verified

3934 : CLI_ERR;
3935}
3936static int cbm_reconcile_codex_hooks_command(const char *config_path, const char *command,
3937 const char *command_windows,
3938 cbm_toml_codex_hook_action_t action, bool check_only) {
3939 return cbm_reconcile_codex_hooks_command_detailed(config_path, command, command_windows, action,
3940 check_only, NULL);
3941}
3942static int cbm_upsert_codex_hooks_command(const char *config_path, const char *command,
3943 const char *command_windows) {
3944 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