Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CGraph
/ trigger
Method
trigger
example/E02-MockGUI.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
class ShowGEvent : public GEvent {
45
CVoid trigger(GEventParamPtr param) override {
46
auto p = CGRAPH_GET_GPARAM_WITH_NO_EMPTY(ProcessGParam, EXAMPLE_PARAM_KEY);
47
CGRAPH_PARAM_READ_CODE_BLOCK(p);
48
p->print();
49
}
50
};
51
52
Callers
nothing calls this directly
Calls
1
print
Method · 0.80
Tested by
no test coverage detected