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

Function cbm_cli_set_version

src/cli/cli.c:806–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804static const char *cli_version = "dev";
805
806void cbm_cli_set_version(const char *ver) {
807 if (ver) {
808 cli_version = ver;
809 }
810}
811
812const char *cbm_cli_get_version(void) {
813 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