| 14 | class HelloCGraphNode : public CGraph::GNode { |
| 15 | public: |
| 16 | CStatus run() override { |
| 17 | std::cout << "Hello, CGraph." << std::endl; |
| 18 | return CStatus(); |
| 19 | } |
| 20 | }; |
| 21 | |
| 22 | #endif //CGRAPH_HELLOCGRAPHNODE_H |
nothing calls this directly
no outgoing calls
no test coverage detected