Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ resetcomplete
Function
resetcomplete
source/src/command.cpp:703–706 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
701
static int completesize = -1, nickcompletesize = -1;
702
703
void resetcomplete()
704
{
705
nickcompletesize = completesize = -1;
706
}
707
708
bool nickcomplete(char *s, bool reversedirection)
709
{
Callers
1
consolekey
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected