Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ getArguments
Method
getArguments
src/instance.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
const QList<Argument*> Instance::getArguments() const
50
{
51
return arguments;
52
}
53
54
void Instance::setChildren(const QList <Statement*>& childs)
55
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected