Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ removeDeclaration
Method
removeDeclaration
src/script.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void Script::removeDeclaration(Declaration* dec)
89
{
90
declarations.removeAll(dec);
91
}
92
93
void Script::addDocumentation(const QList<CodeDoc*>& docs)
94
{
Callers
1
~BuiltinManager
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected