Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
88
void putuint(ucharbuf &p, int n) { putuint_(p, n); }
89
void putuint(packetbuf &p, int n) { putuint_(p, n); }
90
void putuint(vector<uchar> &p, int n) { putuint_(p, n); }
91
Callers
9
putgzbuf
Function · 0.85
c2sinfo
Function · 0.85
loopv
Function · 0.85
sendf
Function · 0.85
putflaginfo
Function · 0.85
modeinfo
Function · 0.85
netblockpaste
Function · 0.85
rlencodeundo
Function · 0.85
backupeditundo
Function · 0.85
Calls
1
putuint_
Function · 0.85
Tested by
no test coverage detected