MCPcopy Create free account
hub / github.com/Forairaaaaa/mooncake / onRunning

Method onRunning

example/basic_demo.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 printf("[%s] on open\n", getAppInfo().name.c_str());
33 }
34 void onRunning() override
35 {
36 printf("[%s] on running\n", getAppInfo().name.c_str());
37 }
38
39 // 省略
40 // void onCreate() override {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected