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

Function has_prerelease

src/cli/cli.c:843–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843static bool has_prerelease(const char *v) {
844 if (*v == 'v' || *v == 'V') {
845 v++;
846 }
847 return strchr(v, '-') != NULL;
848}
849
850int cbm_compare_versions(const char *a, const char *b) {
851 int pa[SEMVER_PARTS];

Callers 1

cbm_compare_versionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected