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

Function resolveTreeNode

src/osvr/Common/ResolveTreeNode.cpp:149–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 boost::optional<OriginalSource> resolveTreeNode(PathTree &pathTree,
150 std::string const &path) {
151 OriginalSource source;
152 resolveTreeNodeImpl(pathTree, path, source);
153 if (source.isResolved()) {
154 return source;
155 }
156 return boost::optional<OriginalSource>();
157 }
158} // namespace common
159} // namespace osvr

Callers 3

resolveFullTreeFunction · 0.85
checkResolutionMethod · 0.85

Calls 2

resolveTreeNodeImplFunction · 0.85
isResolvedMethod · 0.80

Tested by

no test coverage detected