MCPcopy Create free account
hub / github.com/LMMS/lmms / fetchAndProcessAllMessages

Function fetchAndProcessAllMessages

include/RemotePlugin.h:621–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619 }
620
621 inline void fetchAndProcessAllMessages()
622 {
623 while( messagesLeft() )
624 {
625 fetchAndProcessNextMessage();
626 }
627 }
628
629 static bool isMainThreadWaiting()
630 {

Callers 1

processMethod · 0.85

Calls 2

messagesLeftFunction · 0.85

Tested by

no test coverage detected