MCPcopy Create free account
hub / github.com/ModelEngine-Group/flexai / RecvCallBack

Function RecvCallBack

GPU-Virtual-Service/gpu-remoting/include/ucpUtil.h:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105static void RecvCallBack(void *request, ucs_status_t status, size_t length, void *user_data) {
106 SendRecvCommonCallBack(request, status, user_data);
107}
108
109static ucs_status_t ActiveMessageRecvCallback(void *arg,
110 const void *header, size_t header_length,

Callers

nothing calls this directly

Calls 1

SendRecvCommonCallBackFunction · 0.85

Tested by

no test coverage detected