| 15 | class MyShowAddressNode : public CGraph::GNode { |
| 16 | public: |
| 17 | CStatus init() override { |
| 18 | CStatus status = CGRAPH_CREATE_GPARAM(MyParam, "param2") |
| 19 | return status; |
| 20 | } |
| 21 | |
| 22 | CStatus run() override { |
| 23 | auto myParam = CGRAPH_GET_GPARAM(MyParam, "param2") |
nothing calls this directly
no outgoing calls
no test coverage detected