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

Function cbm_cli_set_version

src/cli/cli.c:761–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759static const char *cli_version = "dev";
760
761void cbm_cli_set_version(const char *ver) {
762 if (ver) {
763 cli_version = ver;
764 }
765}
766
767const char *cbm_cli_get_version(void) {
768 return cli_version;

Callers 3

mainFunction · 0.85
test_cli.cFile · 0.85
test_mcp.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected