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

Function app_test_open

tests/test_daemon_application.c:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141static cbm_daemon_runtime_application_session_t *app_test_open(
142 const cbm_daemon_runtime_application_callbacks_t *callbacks, cbm_daemon_client_id_t client_id) {
143 return callbacks->session_open(callbacks->context, client_id, 1234);
144}
145
146static atomic_uint_fast64_t g_app_test_request_token = ATOMIC_VAR_INIT(1);
147

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected