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

Function invalidate

include/RemotePlugin.h:651–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649#endif
650
651 inline void invalidate()
652 {
653#ifdef SYNC_WITH_SHM_FIFO
654 m_in->invalidate();
655 m_out->invalidate();
656 m_in->messageSent();
657#else
658 m_invalid = true;
659#endif
660 }
661
662
663#ifndef SYNC_WITH_SHM_FIFO

Callers 3

processFinishedMethod · 0.85
readFunction · 0.85
writeFunction · 0.85

Calls 2

invalidateMethod · 0.80
messageSentMethod · 0.80

Tested by

no test coverage detected