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

Function version_test_compare

tests/test_daemon_version.c:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181#endif
182
183static cbm_daemon_hello_status_t version_test_compare(const cbm_daemon_build_identity_t *active,
184 const cbm_daemon_build_identity_t *requested,
185 cbm_daemon_conflict_t *conflict) {
186 memset(conflict, 0, sizeof(*conflict));
187 return cbm_daemon_hello_compare(active, requested, conflict);
188}
189
190static bool version_test_conflict_identity_matches(const cbm_daemon_conflict_t *conflict,
191 const char *active_version,

Callers 1

Calls 1

cbm_daemon_hello_compareFunction · 0.85

Tested by

no test coverage detected