Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ writeInt
Method
writeInt
include/RemotePlugin.h:275–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
inline void writeInt( const int32_t & _i )
276
{
277
write( &_i, sizeof( _i ) );
278
}
279
280
inline std::string readString()
281
{
Callers
1
sendMessage
Method · 0.80
Calls
1
write
Function · 0.85
Tested by
no test coverage detected