MCPcopy Create free account
hub / github.com/ddnet/ddnet / IsOpen

Method IsOpen

src/engine/shared/datafile.cpp:697–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697bool CDataFileReader::IsOpen() const
698{
699 return m_pDataFile != nullptr;
700}
701
702IOHANDLE CDataFileReader::File() const
703{

Callers 1

IsLoadedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected