MCPcopy Create free account
hub / github.com/apohl79/audiogridder / getCurrentWindowProc

Method getCurrentWindowProc

Server/Source/App.cpp:540–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540std::shared_ptr<Processor> App::getCurrentWindowProc(Thread::ThreadID tid) {
541 std::lock_guard<std::mutex> lock(m_processorsMtx);
542 return getCurrentWindowProcInternal(tid);
543}
544
545std::shared_ptr<Processor> App::getCurrentWindowProcInternal(Thread::ThreadID tid) {
546 auto it = m_processors.find((uint64)tid);

Callers 2

showEditorMethod · 0.80
handleMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected