Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ addlistcomplete
Function
addlistcomplete
source/src/command.cpp:819–822 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
817
}
818
819
void addlistcomplete(char *command, char *list)
820
{
821
addcomplete(command, COMPLETE_LIST, list, NULL);
822
}
823
824
void addnickcomplete(char *command)
825
{
Callers
nothing calls this directly
Calls
1
addcomplete
Function · 0.85
Tested by
no test coverage detected