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

Function cbm_upsert_devin_context_hooks

src/cli/cli.c:4639–4642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4637}
4638
4639static int cbm_upsert_devin_context_hooks(const char *config_path, const char *binary_path,
4640 bool include_session_start) {
4641 return cbm_edit_devin_context_hooks(config_path, binary_path, false, include_session_start);
4642}
4643
4644static int cbm_remove_devin_context_hooks(const char *config_path, const char *binary_path) {
4645 return cbm_edit_devin_context_hooks(config_path, binary_path, true, true);

Callers 1

Calls 1

Tested by

no test coverage detected