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

Function version_test_identity

tests/test_daemon_version.c:38–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36static const char BUILD_C[] = "cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc";
37
38static cbm_daemon_build_identity_t version_test_identity(const char *version, const char *build) {
39 cbm_daemon_build_identity_t identity = {
40 .semantic_version = version,
41 .build_fingerprint = build,
42 .protocol_abi = 3,
43 .store_abi = 11,
44 .feature_abi = 7,
45 };
46 return identity;
47}
48
49static bool version_test_temp_dir(char out[VERSION_TEST_PATH_CAP], const char *tag) {
50 int written =

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected