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

Method onEnter

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

Source from the content-addressed store, hash-verified

3#include "ActivityManager.h"
4
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

Callers 2

loopMethod · 0.45
replaceActivityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected