Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ requestmasterf
Function
requestmasterf
source/src/serverms.cpp:84–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
bool requestmasterf(const char *fmt, ...)
85
{
86
defvformatstring(req, fmt, fmt);
87
return requestmaster(req);
88
}
89
90
extern void processmasterinput(const char *cmd, int cmdlen, const char *args);
91
Callers
1
updatemasterserver
Function · 0.85
Calls
1
requestmaster
Function · 0.85
Tested by
no test coverage detected