| 16 | class MySubMessageNode : public CGraph::GTemplateNode<Args ...> { |
| 17 | public: |
| 18 | explicit MySubMessageNode(int connId) { |
| 19 | conn_id_ = connId; |
| 20 | } |
| 21 | |
| 22 | CStatus init() override { |
| 23 | CGraph::CGRAPH_ECHO("==> [%s] [init] get conn id = [%d]", |
nothing calls this directly
no outgoing calls
no test coverage detected