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

Method readJson

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

Source from the content-addressed store, hash-verified

93void Packet::write(DataStream& ds, NetCompatibilityRules netRules) const { write(ds); _unused(netRules); }
94void Packet::write(DataStream& ds) const { _unused(ds); }
95void Packet::readJson(Json const& json) { _unused(json); }
96Json Packet::writeJson() const { return JsonObject{}; }
97
98PacketCompressionMode Packet::compressionMode() const { return m_compressionMode; }

Callers 1

createPacketFunction · 0.45

Calls 15

ChatReceivedMessageClass · 0.85
ItemDescriptorClass · 0.85
UuidClass · 0.85
jsonToVec2FFunction · 0.85
getBoolMethod · 0.80
getFloatMethod · 0.80
getUIntMethod · 0.80
canConvertMethod · 0.80
toIntMethod · 0.80
getStringMethod · 0.80
getArrayMethod · 0.80
optFloatMethod · 0.80

Tested by

no test coverage detected