MCPcopy 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
88void Script::removeDeclaration(Declaration* dec)
89{
90 declarations.removeAll(dec);
91}
92
93void Script::addDocumentation(const QList<CodeDoc*>& docs)
94{

Callers 1

~BuiltinManagerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected