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

Function frontend_test_identity

tests/test_daemon_frontend.c:126–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124} frontend_eof_fixture_t;
125
126static cbm_daemon_build_identity_t frontend_test_identity(void) {
127 cbm_daemon_build_identity_t identity = {
128 .semantic_version = "2.4.0",
129 .build_fingerprint = FRONTEND_TEST_BUILD,
130 .cache_fingerprint = FRONTEND_TEST_CACHE,
131 .protocol_abi = 3,
132 .store_abi = 11,
133 .feature_abi = 7,
134 };
135 return identity;
136}
137
138static cbm_daemon_runtime_application_session_t *frontend_eof_application_session_open(
139 void *opaque, cbm_daemon_client_id_t client_id, uint64_t authenticated_process_id) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected