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

Method MySubMessageNode

tutorial/MyGNode/MySubMessageNode.h:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16class MySubMessageNode : public CGraph::GTemplateNode<Args ...> {
17public:
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]",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected