MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / StringReader

Method StringReader

MonaCore/include/Mona/StringReader.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29class StringReader : public DataReader, public virtual Object {
30public:
31 StringReader(PacketReader& packet) : DataReader(packet) {}
32private:
33 UInt8 followingType() { return packet.available() ? STRING : END; }
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected