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

Function addarg

source/src/wizard.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#endif
15
16static void addarg(vector<char> &argstr, const char *name)
17{
18 argstr.add(' ');
19 argstr.put(name, strlen(name));
20}
21
22static void addarg(vector<char> &argstr, const char *name, const char *val)
23{

Callers 2

readargFunction · 0.85
wizardmainFunction · 0.85

Calls 2

addMethod · 0.45
putMethod · 0.45

Tested by

no test coverage detected