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

Method Path

radiantcore/vfs/GenericFileSystem.h:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 unsigned int _depth;
57 public:
58 Path(const std::string& path) :
59 _path(path),
60 _depth(getPathDepth(_path.c_str()))
61 {}
62
63 Path(const char* start, std::size_t length) :
64 Path(std::string(start, length))

Callers

nothing calls this directly

Calls 2

getPathDepthFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected