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

Function writeInt

include/RemotePlugin.h:574–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572 }
573
574 inline void writeInt( const int32_t & _i )
575 {
576 write( &_i, sizeof( _i ) );
577 }
578
579 inline std::string readString()
580 {

Callers 3

writeStringMethod · 0.85
writeStringFunction · 0.85
sendMessageMethod · 0.85

Calls 1

writeFunction · 0.85

Tested by

no test coverage detected