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

Function cbm_cli_set_version

src/cli/cli.c:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126static const char *cli_version = "dev";
127
128void cbm_cli_set_version(const char *ver) {
129 if (ver) {
130 cli_version = ver;
131 }
132}
133
134const char *cbm_cli_get_version(void) {
135 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