Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ CFile
Method
CFile
bwapi/Storm/storm.h:1302–1305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1300
bool valid;
1301
public:
1302
CFile()
1303
: hFile(nullptr)
1304
, valid(false)
1305
{}
1306
1307
CFile(const std::string &sFileName, unsigned flags = SFILE_FROM_MPQ, HANDLE hMpq = nullptr)
1308
: hFile(nullptr)
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected