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

Function cbm_install_augment_coverage_script

src/cli/cli.c:4790–4795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4788}
4789
4790static bool cbm_install_augment_coverage_script(const char *binary_path, const char *script_path) {
4791 char script[CLI_BUF_8K];
4792 return ensure_parent_dir(script_path) == CLI_OK &&
4793 cbm_build_augment_coverage_script(binary_path, script, sizeof(script)) == CLI_OK &&
4794 cbm_write_owned_hook_script(script_path, script);
4795}
4796
4797static const char *const cmm_cline_context_events[] = {"TaskStart", "TaskResume",
4798 "UserPromptSubmit", "PreCompact"};

Callers 1

Calls 3

ensure_parent_dirFunction · 0.85

Tested by

no test coverage detected