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

Method readInt

include/RemotePlugin.h:268–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266
267
268 inline int32_t readInt()
269 {
270 int32_t i;
271 read( &i, sizeof( i ) );
272 return i;
273 }
274
275 inline void writeInt( const int32_t & _i )
276 {

Callers 1

receiveMessageMethod · 0.45

Calls 1

readFunction · 0.85

Tested by

no test coverage detected