MCPcopy Create free account
hub / github.com/SpacehuhnTech/SimpleCLI / setErrorCallback

Method setErrorCallback

src/SimpleCLI.cpp:321–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void SimpleCLI::setErrorCallback(void (* onError)(cmd_error* e)) {
322 setOnError(onError);
323}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected