Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ ImportNode
Method
ImportNode
src/node/importnode.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
#include
"importnode.h"
20
21
ImportNode::ImportNode(const QString& imp) :
22
import(imp)
23
{
24
}
25
26
void ImportNode::accept(NodeVisitor& v)
27
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected