MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / clone

Method clone

tools/ToolExceptions.hpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20 void raise() const override { throw *this; }
21 ToolException *clone() const override { return new ToolException(*this); }
22 const char *what() const noexcept override { return m_stdMessage.c_str(); }
23
24 QString message() const { return m_message; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected