Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setByteOrder
Method
setByteOrder
source/core/StarDataStream.cpp:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void DataStream::setByteOrder(ByteOrder byteOrder) {
21
m_byteOrder = byteOrder;
22
}
23
24
bool DataStream::nullTerminatedStrings() const {
25
return m_nullTerminatedStrings;
Callers
5
updateRunning
Method · 0.80
send
Method · 0.80
receive
Method · 0.80
ServerQueryThread
Method · 0.80
ServerRconClient
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected