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

Method find

src/osvr/Common/IPCRingBuffer.cpp:388–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386 return m_constructorHelper(opts, true);
387 }
388 IPCRingBufferPtr IPCRingBuffer::find(Options const &opts) {
389 return m_constructorHelper(opts, false);
390 }
391
392 IPCRingBuffer::IPCRingBuffer(unique_ptr<Impl> &&impl)
393 : m_impl(std::move(impl)) {}

Callers 15

~DOTGraphOutputMethod · 0.45
DOTGraphOutput.cppFile · 0.45
vectorFromJsonFunction · 0.45
notifyEventMethod · 0.45
instantiateDriverMethod · 0.45
instantiateDriverMethod · 0.45
getMethod · 0.45
eraseMethod · 0.45
make_USBSerialDeviceFunction · 0.45
replaceLocalhostServersFunction · 0.45

Calls

no outgoing calls

Tested by 2

instantiateDriverMethod · 0.36