MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / finishRun

Method finishRun

example/E02-MockGUI.cpp:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 CVoid finishRun(const CStatus& curStatus) override {
67 auto p = CGRAPH_GET_GPARAM_WITH_NO_EMPTY(ProcessGParam, EXAMPLE_PARAM_KEY);
68 {
69 CGRAPH_PARAM_WRITE_CODE_BLOCK(p)
70 p->change(this->getName(), false);
71 }
72
73 notify(EXAMPLE_EVENT_KEY, GEventType::SYNC);
74 }
75};
76
77

Callers

nothing calls this directly

Calls 2

notifyFunction · 0.85
changeMethod · 0.80

Tested by

no test coverage detected