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

Method m_connectionInteract

src/osvr/Connection/SyncDeviceToken.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 void SyncDeviceToken::m_connectionInteract() {
63 if (m_cb) {
64 m_cb();
65 }
66 }
67
68} // namespace connection
69} // namespace osvr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected