MCPcopy 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
131ByteArray ByteArray::left(size_t s) const {
132 return sub(0, s);
133}
134
135ByteArray ByteArray::right(size_t s) const {
136 if (s > m_size)

Callers 15

liquidInteractionMethod · 0.80
handleIncomingPacketsMethod · 0.80
environmentLightMethod · 0.80
mainSkyColorMethod · 0.80
skyRectColorsMethod · 0.80
handleIncomingPacketsMethod · 0.80
resetResourceMethod · 0.80
changeStateMethod · 0.80
updateTitleMethod · 0.80
HostAddressMethod · 0.80
lookupMethod · 0.80
lookupWithPortMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected