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

Function cbm_remove_devin_context_hooks

src/cli/cli.c:4424–4426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4422}
4423
4424static int cbm_remove_devin_context_hooks(const char *config_path, const char *binary_path) {
4425 return cbm_edit_devin_context_hooks(config_path, binary_path, true, true);
4426}
4427
4428static int cbm_remove_devin_session_hook(const char *config_path, const char *binary_path) {
4429 char command[CLI_BUF_8K];

Callers 1

Calls 1

Tested by

no test coverage detected