Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/assaultcube/AC
/ exec
Function
exec
source/src/command.cpp:973–976 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
971
}
972
973
void exec(const char *cfgfile)
974
{
975
if(!execfile(cfgfile)) conoutf(
"could not read \"
%s\
""
, cfgfile);
976
}
977
978
COMMANDF(exec,
"v"
, (char **args, int numargs)
979
{
Callers
3
command.cpp
File · 0.85
loopv
Function · 0.85
main.cpp
File · 0.85
Calls
2
execfile
Function · 0.85
conoutf
Function · 0.70
Tested by
no test coverage detected