Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ getbuf
Method
getbuf
source/src/master.cpp:129–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
messagebuf(vector<messagebuf *> &owner) : owner(owner), refs(0) {}
128
129
const char *getbuf() { return buf.getbuf(); }
130
int length() { return buf.length(); }
131
void purge();
132
Callers
5
equals
Method · 0.45
endswith
Method · 0.45
concat
Method · 0.45
reqauth
Function · 0.45
loopv
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected