Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ left
Method
left
source/core/StarByteArray.cpp:131–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
ByteArray ByteArray::left(size_t s) const {
132
return sub(0, s);
133
}
134
135
ByteArray ByteArray::right(size_t s) const {
136
if (s > m_size)
Callers
15
liquidInteraction
Method · 0.80
handleIncomingPackets
Method · 0.80
environmentLight
Method · 0.80
mainSkyColor
Method · 0.80
skyRectColors
Method · 0.80
handleIncomingPackets
Method · 0.80
resetResource
Method · 0.80
changeState
Method · 0.80
updateTitle
Method · 0.80
HostAddress
Method · 0.80
lookup
Method · 0.80
lookupWithPort
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected