MCPcopy 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

equalsMethod · 0.45
endswithMethod · 0.45
concatMethod · 0.45
reqauthFunction · 0.45
loopvFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected