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

Method run

tutorial/MyGNode/HelloCGraphNode.h:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14class HelloCGraphNode : public CGraph::GNode {
15public:
16 CStatus run() override {
17 std::cout << "Hello, CGraph." << std::endl;
18 return CStatus();
19 }
20};
21
22#endif //CGRAPH_HELLOCGRAPHNODE_H

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected