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

Function isInvalid

include/RemotePlugin.h:547–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545 message receiveMessage();
546
547 inline bool isInvalid() const
548 {
549#ifdef SYNC_WITH_SHM_FIFO
550 return m_in->isInvalid() || m_out->isInvalid();
551#else
552 return m_invalid;
553#endif
554 }
555
556 message waitForMessage( const message & _m,
557 bool _busy_waiting = false );

Callers 8

lockMethod · 0.85
waitForMessageMethod · 0.85
messagesLeftMethod · 0.85
readMethod · 0.85
writeMethod · 0.85
readFunction · 0.85
writeFunction · 0.85
waitForMessageMethod · 0.85

Calls 1

isInvalidMethod · 0.80

Tested by

no test coverage detected