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

Function application_client_exchange

src/daemon/application.c:3127–3133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3125}
3126
3127static cbm_daemon_runtime_application_status_t application_client_exchange(
3128 cbm_daemon_runtime_client_t *client, uint8_t *request, uint32_t request_length,
3129 uint8_t **response_out, uint32_t *response_length_out, uint32_t timeout_ms) {
3130 return application_client_exchange_tagged(client, CBM_DAEMON_RUNTIME_APPLICATION_TOKEN_INVALID,
3131 request, request_length, response_out,
3132 response_length_out, timeout_ms);
3133}
3134
3135cbm_daemon_runtime_application_status_t cbm_daemon_application_client_set_context(
3136 cbm_daemon_runtime_client_t *client, const char *session_root, const char *allowed_root,

Calls 1

Tested by

no test coverage detected