MCPcopy Create free account
hub / github.com/clementgallet/libTAS / sendMessage

Function sendMessage

src/shared/sockethelpers.cpp:210–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210int sendMessage(int message)
211{
212#ifdef LIBTAS_LIBRARY
213 LOG(LL_DEBUG, LCF_SOCKET, "Send socket message %d", message);
214#endif
215 return sendData(&message, sizeof(int));
216}
217
218void sendString(const std::string& str)
219{

Callers 15

incrementMethod · 0.85
sendFrameCountTimeFunction · 0.85
frameBoundaryFunction · 0.85
receive_messagesFunction · 0.85
sendAlertMsgFunction · 0.85
hook_patchFunction · 0.85
initFunction · 0.85
termFunction · 0.85
processSocketMethod · 0.85
AVEncoderMethod · 0.85
SDL_CreateWindowFunction · 0.85
sendIdMethod · 0.85

Calls 1

sendDataFunction · 0.85

Tested by

no test coverage detected