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

Function cbm_build_install_plan_json

src/cli/cli.c:9621–9623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9619}
9620
9621char *cbm_build_install_plan_json(const char *home, const char *binary_path) {
9622 return cbm_build_install_plan_json_options(home, binary_path, false);
9623}
9624
9625typedef struct {
9626 const char *bin_target;

Callers 3

test_cli.cFile · 0.85
repro_issue431.cFile · 0.85
repro_issue570.cFile · 0.85

Tested by

no test coverage detected