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

Function cbm_cli_set_version

src/cli/cli.c:784–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782static const char *cli_version = "dev";
783
784void cbm_cli_set_version(const char *ver) {
785 if (ver) {
786 cli_version = ver;
787 }
788}
789
790const char *cbm_cli_get_version(void) {
791 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