MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / isValid

Method isValid

Source/Internal/path.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68bool Path::isValid() const {
69 return valid;
70}
71
72bool Path::operator==(const Path& rhs) const {
73 return strmtch(resolved, rhs.resolved) && strmtch(original, rhs.original) && source == rhs.source && valid == rhs.valid;

Callers 5

ReloadMethod · 0.45
FileExistsFunction · 0.45
FindShortestPath2Function · 0.45
GenerateParallelPathFunction · 0.45
GetFileSizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected