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

Function cbm_remove_gemini_session_hooks

src/cli/cli.c:2289–2295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2287}
2288
2289int cbm_remove_gemini_session_hooks(const char *settings_path) {
2290 return remove_hooks_json((hooks_remove_args_t){
2291 .settings_path = settings_path,
2292 .hook_event = "SessionStart",
2293 .matcher_str = "startup",
2294 });
2295}
2296
2297/* ── PATH management ──────────────────────────────────────────── */
2298

Callers 3

uninstall_gemini_configFunction · 0.85
uninstall_cli_agentsFunction · 0.85
test_cli.cFile · 0.85

Calls 1

remove_hooks_jsonFunction · 0.85

Tested by

no test coverage detected