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

Function runtime_test_identity

tests/test_daemon_runtime.c:181–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179} runtime_application_connect_call_t;
180
181static cbm_daemon_build_identity_t runtime_test_identity(const char *version, const char *build) {
182 cbm_daemon_build_identity_t identity = {
183 .semantic_version = version,
184 .build_fingerprint = build,
185 .protocol_abi = 3,
186 .store_abi = 11,
187 .feature_abi = 7,
188 };
189 return identity;
190}
191
192static uint64_t runtime_test_process_id(void) {
193#ifdef _WIN32

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected