MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / isPathAbsolute

Function isPathAbsolute

src/osvr/Common/PathTree.cpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 }
150
151 bool isPathAbsolute(std::string const &source) {
152 return !source.empty() && source.at(0) == getPathSeparatorCharacter();
153 }
154
155 void clonePathTree(PathTree const &src, PathTree &dest) {
156 auto nodes = pathTreeToJson(src);

Callers 3

m_processEntryMethod · 0.85
addAliasFunction · 0.85
getAbsolutePathFunction · 0.85

Calls 2

emptyMethod · 0.45

Tested by

no test coverage detected