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

Function cbm_cli_set_version

src/cli/cli.c:755–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753static const char *cli_version = "dev";
754
755void cbm_cli_set_version(const char *ver) {
756 if (ver) {
757 cli_version = ver;
758 }
759}
760
761const char *cbm_cli_get_version(void) {
762 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