MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / read

Method read

source/game/StarNetPackets.cpp:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89Packet::~Packet() {}
90
91void Packet::read(DataStream& ds, NetCompatibilityRules netRules) { read(ds); _unused(netRules); }
92void Packet::read(DataStream& ds) { _unused(ds); }
93void Packet::write(DataStream& ds, NetCompatibilityRules netRules) const { write(ds); _unused(netRules); }
94void Packet::write(DataStream& ds) const { _unused(ds); }

Callers

nothing calls this directly

Calls 12

vureadMethod · 0.80
vfreadMethod · 0.80
isLegacyMethod · 0.80
versionMethod · 0.80
vireadMethod · 0.80
readContainerMethod · 0.80
readVlqIMethod · 0.80
readMapContainerMethod · 0.80
readVlqUMethod · 0.80
atEndMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected