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

Function bootstrap_identity

tests/test_daemon_bootstrap.c:62–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60} bootstrap_thread_call_t;
61
62static cbm_daemon_build_identity_t bootstrap_identity(const char *version, const char *build) {
63 cbm_daemon_build_identity_t identity = {
64 .semantic_version = version,
65 .build_fingerprint = build,
66 .cache_fingerprint = "cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc",
67 .protocol_abi = 3,
68 .store_abi = 11,
69 .feature_abi = 7,
70 };
71 return identity;
72}
73
74static bool bootstrap_endpoint_fixture_start(bootstrap_endpoint_fixture_t *fixture,
75 const char *tag) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected