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

Method c_str

radiantcore/vfs/GenericFileSystem.h:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 const char* c_str() const
78 {
79 return _path.c_str();
80 }
81
82 const std::string& string() const
83 {

Callers 4

PathMethod · 0.45
operator<Method · 0.45
GenericFileSystemClass · 0.45
traverseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected