Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ writeUpdate
Method
writeUpdate
source/game/StarClientContext.cpp:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
ByteArray ClientContext::writeUpdate(NetCompatibilityRules) {
97
return m_rpc->send();
98
}
99
100
void ClientContext::setConnectionId(ConnectionId connectionId) {
101
m_connectionId = connectionId;
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected