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

Method getCurrentWindowProcInternal

Server/Source/App.cpp:545–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545std::shared_ptr<Processor> App::getCurrentWindowProcInternal(Thread::ThreadID tid) {
546 auto it = m_processors.find((uint64)tid);
547 if (it != m_processors.end()) {
548 return it->second;
549 }
550 return nullptr;
551}
552
553std::shared_ptr<ProcessorWindow> App::getCurrentWindow(Thread::ThreadID tid) {
554 if (auto proc = getCurrentWindowProcInternal(tid)) {

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected