MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / exit

Method exit

src/SystemState/ErrorState.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void ErrorState::exit(StateMachine& sm)
194{
195 UTIL_NOT_USED(sm);
196
197 /* Nothing to do. */
198}
199
200/******************************************************************************
201 * Protected Methods

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected