Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Forairaaaaa/mooncake
/ onCreate
Method
onCreate
example/ui_ability_test.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
printf(
"[ui] on deconstruct\n"
);
33
}
34
void onCreate() override
35
{
36
printf(
"[ui] on create\n"
);
37
}
38
void onShow() override
39
{
40
printf(
"[ui] on show\n"
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected