Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cneben/QuickQanava
/ insertRectNode
Method
insertRectNode
samples/style/custom.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
qan::Node* CustomGraph::insertRectNode()
102
{
103
return qan::Graph::insertNode<CustomRectNode>();
104
}
105
106
qan::Node* CustomGraph::insertRoundNode()
107
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected