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

Function cbm_remove_gitlab_session_hook

src/cli/cli.c:4377–4387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4375}
4376
4377static int cbm_remove_gitlab_session_hook(const char *hooks_path, const char *binary_path) {
4378 char command[CLI_BUF_8K];
4379 if (cbm_build_augment_command(binary_path, command, sizeof(command)) != CLI_OK) {
4380 return CLI_ERR;
4381 }
4382 return remove_hooks_json((hooks_remove_args_t){
4383 .settings_path = hooks_path,
4384 .hook_event = "SessionStart",
4385 .match_command_exact = command,
4386 });
4387}
4388
4389static int cbm_edit_devin_context_hooks(const char *config_path, const char *binary_path,
4390 bool remove, bool include_session_start) {

Callers 1

Calls 2

remove_hooks_jsonFunction · 0.85

Tested by

no test coverage detected