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

Method QueryWriter

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

Source from the content-addressed store, hash-verified

29class QueryWriter : public DataWriter, public virtual Object {
30public:
31 QueryWriter(const PoolBuffers& poolBuffers) : DataWriter(poolBuffers), _first(true), _isProperty(false) {}
32
33 const char* query() const;
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected