Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ readInt
Function
readInt
include/RemotePlugin.h:567–572 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
565
566
#ifndef SYNC_WITH_SHM_FIFO
567
inline int32_t readInt()
568
{
569
int32_t i;
570
read( &i, sizeof( i ) );
571
return i;
572
}
573
574
inline void writeInt( const int32_t & _i )
575
{
Callers
3
readString
Method · 0.85
readString
Function · 0.85
receiveMessage
Method · 0.85
Calls
1
read
Function · 0.85
Tested by
no test coverage detected