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

Function has_prerelease

src/cli/cli.c:792–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790}
791
792static bool has_prerelease(const char *v) {
793 if (*v == 'v' || *v == 'V') {
794 v++;
795 }
796 return strchr(v, '-') != NULL;
797}
798
799int cbm_compare_versions(const char *a, const char *b) {
800 int pa[SEMVER_PARTS];

Callers 1

cbm_compare_versionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected