MCPcopy Create free account
hub / github.com/assaultcube/AC / putint

Function putint

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

Source from the content-addressed store, hash-verified

19 else { p.put(0x81); p.put(n); p.put(n>>8); p.put(n>>16); p.put(n>>24); }
20}
21void putint(ucharbuf &p, int n) { putint_(p, n); }
22void putint(packetbuf &p, int n) { putint_(p, n); }
23void putint(vector<uchar> &p, int n) { putint_(p, n); }
24

Callers 15

parsemessagesFunction · 0.85
sendstring_Function · 0.85
addmsgFunction · 0.85
c2sinfoFunction · 0.85
sendintroFunction · 0.85
sendmapFunction · 0.85
getmapFunction · 0.85
pingserversFunction · 0.85
servermsFunction · 0.85
loopvFunction · 0.85
sendfFunction · 0.85
listdemosFunction · 0.85

Calls 1

putint_Function · 0.85

Tested by

no test coverage detected