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

Source from the content-addressed store, hash-verified

9846}
9847
9848char *cbm_build_install_plan_json(const char *home, const char *binary_path) {
9849 return cbm_build_install_plan_json_options(home, binary_path, false);
9850}
9851
9852typedef struct {
9853 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