MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / p2pSignalProcess

Function p2pSignalProcess

src/peer-server/peer-server.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54static ha_bool p2pSignalProcess(const humblenet::HumblePeer::Message *msg, void *user_data) {
55 return reinterpret_cast<P2PSignalConnection *>(user_data)->processMsg(msg);
56}
57
58int callback_default(struct libwebsocket_context *context
59 , struct libwebsocket *wsi

Callers

nothing calls this directly

Calls 1

processMsgMethod · 0.80

Tested by

no test coverage detected