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

Method empty

radiantcore/vfs/UnixPath.h:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 bool empty() const {
53 return (_size == 0);
54 }
55
56 const char* c_str() const {
57 return _string.c_str();

Callers 5

initDirectoryMethod · 0.45
initialiseMethod · 0.45
isInitialisedMethod · 0.45
beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected