Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
qan::Node *CustomGraph::insertCustomNode() {
107
return qan::Graph::insertNode<CustomNode>(nullptr);
108
}
109
110
qan::Edge *CustomGraph::insertCustomEdge(qan::Node *source,
111
qan::Node *destination) {
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected