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

Function cbm_install_augment_session_script

src/cli/cli.c:4751–4756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4749}
4750
4751static bool cbm_install_augment_session_script(const char *binary_path, const char *script_path) {
4752 char script[CLI_BUF_8K];
4753 return ensure_parent_dir(script_path) == CLI_OK &&
4754 cbm_build_augment_session_script(binary_path, script, sizeof(script)) == CLI_OK &&
4755 cbm_write_owned_hook_script(script_path, script);
4756}
4757
4758static int cbm_build_augment_coverage_script(const char *binary_path, char *script,
4759 size_t script_size) {

Callers 1

Calls 3

ensure_parent_dirFunction · 0.85

Tested by

no test coverage detected