Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
209
void output(mclient &c, const char *msg, int len = 0)
210
{
211
if(!len) len = strlen(msg);
212
c.output.put(msg, len);
213
}
214
215
void outputf(mclient &c, const char *fmt, ...)
216
{
Callers
1
outputf
Function · 0.85
Calls
1
put
Method · 0.45
Tested by
no test coverage detected