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

Method getDevicePath

src/osvr/Common/OriginalSource.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 std::string OriginalSource::getDevicePath() const {
74 BOOST_ASSERT_MSG(isResolved(),
75 "Only makes sense when called on a resolved source.");
76 return getFullPath(*getDevice());
77 }
78
79 common::PathNode *OriginalSource::getDevice() const { return m_device; }
80

Callers 1

operator()Method · 0.80

Calls 2

getFullPathFunction · 0.85
getDeviceFunction · 0.85

Tested by

no test coverage detected