MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / removeModuleStructure

Function removeModuleStructure

src/builtin/module_builtin_ast.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 bool removeModuleStructure ( Module * module, StructurePtr & _struct ) {
230 StructurePtr stru = das::move(_struct);
231 return module->removeStructure(stru);
232 }
233
234 bool addModuleAlias ( Module * module, TypeDeclPtr & _ptr ) {
235 TypeDeclPtr ptr = das::move(_ptr);

Callers

nothing calls this directly

Calls 1

removeStructureMethod · 0.80

Tested by

no test coverage detected