MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / onExit

Method onExit

src/activities/Activity.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5void Activity::onEnter() { LOG_DBG("ACT", "Entering activity: %s", name.c_str()); }
6
7void Activity::onExit() { LOG_DBG("ACT", "Exiting activity: %s", name.c_str()); }
8
9void Activity::requestUpdate(bool immediate) { activityManager.requestUpdate(immediate); }
10

Callers 2

loopMethod · 0.45
exitActivityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected