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

Function cbm_write_owned_hook_script

src/cli/cli.c:4927–4929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4925}
4926
4927static bool cbm_write_owned_hook_script(const char *path, const char *script) {
4928 return cbm_write_owned_hook_script_with_legacy(path, script, NULL, 0U);
4929}
4930
4931#ifdef _WIN32
4932#define AUGMENT_SESSION_SCRIPT "codebase-memory-session.ps1"

Tested by

no test coverage detected