Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ AdFile
Class
AdFile
bwapi/SNP_DirectIP/SNP/SNPModule.cpp:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
HANDLE receiveEvent;
31
32
struct AdFile
33
{
34
game gameInfo;
35
char extraBytes[32];
36
};
37
std::list<AdFile> gameList;
38
int nextGameAdID = 1;
39
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected