MCPcopy Create free account
hub / github.com/SpacehuhnTech/SimpleCLI / ~CommandError

Method ~CommandError

src/CommandError.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29CommandError::~CommandError() {
30 if (!persistent) cmd_error_destroy(errorPointer);
31}
32
33CommandError& CommandError::operator=(const CommandError& e) {
34 persistent = e.persistent;

Callers

nothing calls this directly

Calls 1

cmd_error_destroyFunction · 0.85

Tested by

no test coverage detected