Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
qan::Group *CustomGraph::insertCustomGroup() {
103
return qan::Graph::insertGroup<CustomGroup>();
104
}
105
106
qan::Node *CustomGraph::insertCustomNode() {
107
return qan::Graph::insertNode<CustomNode>(nullptr);
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected