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

Method reset

MonaCore/include/Mona/QueryReader.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 QueryReader(PacketReader& packet) : DataReader(packet),_type(END) {}
33
34 void reset() { DataReader::reset(); _type = END; }
35
36private:
37 enum {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected