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:4980–4985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4978}
4979
4980static int cbm_remove_owned_hook_script(const char *path, const char *expected_current,
4981 const char *const *released_scripts,
4982 size_t released_script_count) {
4983 return cbm_text_remove_owned_document_any(path, expected_current, released_scripts,
4984 released_script_count);
4985}
4986
4987/* Install the search-augmenter shim to ~/.claude/hooks/.
4988 * 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