Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ copyNodes
Method
copyNodes
Gui/NodeGraph40.cpp:117–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void
118
NodeGraph::copyNodes(const NodesGuiList& nodes,
119
NodeClipBoard& clipboard)
120
{
121
_imp->copyNodesInternal(nodes, clipboard);
122
}
123
124
void
125
NodeGraph::copySelectedNodes()
Callers
1
InlineGroupCommand
Method · 0.80
Calls
1
copyNodesInternal
Method · 0.80
Tested by
no test coverage detected