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

Function readInt

include/RemotePlugin.h:567–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565
566#ifndef SYNC_WITH_SHM_FIFO
567 inline int32_t readInt()
568 {
569 int32_t i;
570 read( &i, sizeof( i ) );
571 return i;
572 }
573
574 inline void writeInt( const int32_t & _i )
575 {

Callers 3

readStringMethod · 0.85
readStringFunction · 0.85
receiveMessageMethod · 0.85

Calls 1

readFunction · 0.85

Tested by

no test coverage detected