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

Function docundone

source/src/docs.cpp:190–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void docundone(int *allidents)
191{
192 vector<const char *> inames;
193 listundoneidents(inames, *allidents);
194 inames.sort(stringsort);
195 loopv(inames) conoutf("%s", inames[i]);
196}
197COMMAND(docundone, "i");
198
199void docinvalid()

Callers

nothing calls this directly

Calls 4

listundoneidentsFunction · 0.85
sortMethod · 0.80
loopvFunction · 0.70
conoutfFunction · 0.70

Tested by

no test coverage detected