MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / BaseQuery

Method BaseQuery

Src/Core/BaseQuery.h:39–39  ·  view source on GitHub ↗

Deleted copy constructor.

Source from the content-addressed store, hash-verified

37
38 /// Deleted copy constructor.
39 BaseQuery(BaseQuery&) = delete;
40
41 /// Deleted copy assignment operator.
42 BaseQuery& operator=(BaseQuery&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected