MCPcopy Index your code
hub / github.com/assaultcube/AC / completekey

Class completekey

source/src/command.cpp:743–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741enum { COMPLETE_FILE = 0, COMPLETE_LIST, COMPLETE_NICK };
742
743struct completekey
744{
745 int type;
746 const char *dir, *ext;
747
748 completekey() {}
749 completekey(int type, const char *dir, const char *ext) : type(type), dir(dir), ext(ext) {}
750};
751
752struct completeval
753{

Callers 1

addcompleteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected