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

Method writeString

include/RemotePlugin.h:296–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294
295
296 inline void writeString( const std::string & _s )
297 {
298 const int len = _s.size();
299 writeInt( len );
300 write( _s.c_str(), len );
301 }
302
303
304 inline bool messagesLeft()

Callers 1

sendMessageMethod · 0.80

Calls 3

writeIntFunction · 0.85
writeFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected