MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / isInitialised

Method isInitialised

radiantcore/vfs/Doom3FileSystem.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145bool Doom3FileSystem::isInitialised() const
146{
147 return !_vfsSearchPaths.empty();
148}
149
150void Doom3FileSystem::shutdown()
151{

Callers 1

TEST_FFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected