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

Method IsLoaded

src/engine/shared/map.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147bool CMap::IsLoaded() const
148{
149 return m_DataFile.IsOpen();
150}
151
152IOHANDLE CMap::File() const
153{

Callers 2

ConchainMapUpdateMethod · 0.45
ConchainSixupUpdateMethod · 0.45

Calls 1

IsOpenMethod · 0.80

Tested by

no test coverage detected