Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ getDeclarations
Method
getDeclarations
src/script.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
const QList<Declaration*> Script::getDeclarations() const
74
{
75
return declarations;
76
}
77
78
void Script::addDeclaration(Declaration* dec)
79
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected