MCPcopy Index your code
hub / github.com/assaultcube/AC / sendstring

Function sendstring

source/src/protocol.cpp:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 DEBUGVAR(text);
132}
133void sendstring(const char *t, ucharbuf &p) { sendstring_(t, p); }
134void sendstring(const char *t, packetbuf &p) { sendstring_(t, p); }
135void sendstring(const char *t, vector<uchar> &p) { sendstring_(t, p); }
136

Callers 15

addmsgFunction · 0.85
sendintroFunction · 0.85
sendmapFunction · 0.85
checkpingsFunction · 0.85
servermsFunction · 0.85
loopvFunction · 0.85
checkdemotransmissionsFunction · 0.85
sendteamtextFunction · 0.85
callvotepacketFunction · 0.85
putinitclientFunction · 0.85
welcomepacketFunction · 0.85
processFunction · 0.85

Calls 1

sendstring_Function · 0.85

Tested by

no test coverage detected