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

Function putuint

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

Source from the content-addressed store, hash-verified

86 }
87}
88void putuint(ucharbuf &p, int n) { putuint_(p, n); }
89void putuint(packetbuf &p, int n) { putuint_(p, n); }
90void putuint(vector<uchar> &p, int n) { putuint_(p, n); }
91

Callers 9

putgzbufFunction · 0.85
c2sinfoFunction · 0.85
loopvFunction · 0.85
sendfFunction · 0.85
putflaginfoFunction · 0.85
modeinfoFunction · 0.85
netblockpasteFunction · 0.85
rlencodeundoFunction · 0.85
backupeditundoFunction · 0.85

Calls 1

putuint_Function · 0.85

Tested by

no test coverage detected