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

Function cbm_remove_owned_hook_script

src/cli/cli.c:5200–5205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5198}
5199
5200static int cbm_remove_owned_hook_script(const char *path, const char *expected_current,
5201 const char *const *released_scripts,
5202 size_t released_script_count) {
5203 return cbm_text_remove_owned_document_any(path, expected_current, released_scripts,
5204 released_script_count);
5205}
5206
5207/* Install the search-augmenter shim to ~/.claude/hooks/.
5208 * The shim is a thin wrapper that delegates to `<binary> hook-augment`,

Callers 1

uninstall_claude_codeFunction · 0.85

Calls 1

Tested by

no test coverage detected