MCPcopy Create free account
hub / github.com/cneben/QuickQanava / insertCustomGroup

Method insertCustomGroup

samples/cpp/cpp_sample.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102qan::Group *CustomGraph::insertCustomGroup() {
103 return qan::Graph::insertGroup<CustomGroup>();
104}
105
106qan::Node *CustomGraph::insertCustomNode() {
107 return qan::Graph::insertNode<CustomNode>(nullptr);

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected