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

Method insertCustomNode

samples/cpp/cpp_sample.cpp:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106qan::Node *CustomGraph::insertCustomNode() {
107 return qan::Graph::insertNode<CustomNode>(nullptr);
108}
109
110qan::Edge *CustomGraph::insertCustomEdge(qan::Node *source,
111 qan::Node *destination) {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected