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

Source from the content-addressed store, hash-verified

4972}
4973
4974static int cbm_remove_owned_hook_script(const char *path, const char *expected_current,
4975 const char *const *released_scripts,
4976 size_t released_script_count) {
4977 return cbm_text_remove_owned_document_any(path, expected_current, released_scripts,
4978 released_script_count);
4979}
4980
4981/* Install the search-augmenter shim to ~/.claude/hooks/.
4982 * 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