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

Function cbm_remove_augment_session_hook

src/cli/cli.c:5939–5946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5937}
5938
5939static int cbm_remove_augment_session_hook(const char *settings_path, const char *script_path) {
5940 return remove_hooks_json((hooks_remove_args_t){
5941 .settings_path = settings_path,
5942 .hook_event = "SessionStart",
5943 .matcher_str = NULL,
5944 .match_command_exact = script_path,
5945 });
5946}
5947
5948static int cbm_upsert_augment_coverage_hook(const char *settings_path, const char *script_path) {
5949 return upsert_hooks_json((hooks_upsert_args_t){

Callers 1

Calls 1

remove_hooks_jsonFunction · 0.85

Tested by

no test coverage detected