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

Method query

MonaCore/sources/QueryWriter.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace Mona {
27
28const char* QueryWriter::query() const {
29 ((BinaryWriter&)packet).write8(0);
30 const char* query(STR packet.data());
31 ((BinaryWriter&)packet).clear(packet.size() - 1);
32 return query;
33}
34
35PacketWriter& QueryWriter::writer() {
36 if (_isProperty) {

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected