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

Function output

source/src/master.cpp:209–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void output(mclient &c, const char *msg, int len = 0)
210{
211 if(!len) len = strlen(msg);
212 c.output.put(msg, len);
213}
214
215void outputf(mclient &c, const char *fmt, ...)
216{

Callers 1

outputfFunction · 0.85

Calls 1

putMethod · 0.45

Tested by

no test coverage detected