Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ QueryReader
Method
QueryReader
MonaCore/include/Mona/QueryReader.h:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
public:
31
32
QueryReader(PacketReader& packet) : DataReader(packet),_type(END) {}
33
34
void reset() { DataReader::reset(); _type = END; }
35
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected