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

Method clone

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

Source from the content-addressed store, hash-verified

48
49 void raise() const override { throw *this; }
50 ToolInvalidArgument *clone() const override { return new ToolInvalidArgument(*this); }
51};
52
53} // namespace QodeAssist::Tools

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected