Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
sendMessage
Method · 0.80
Calls
3
writeInt
Function · 0.85
write
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected