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

Function addModuleStructure

src/builtin/module_builtin_ast.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 // end lookup
223
224 bool addModuleStructure ( Module * module, StructurePtr & _struct ) {
225 StructurePtr stru = das::move(_struct);
226 return module->addStructure(stru, true);
227 }
228
229 bool removeModuleStructure ( Module * module, StructurePtr & _struct ) {
230 StructurePtr stru = das::move(_struct);

Callers

nothing calls this directly

Calls 1

addStructureMethod · 0.45

Tested by

no test coverage detected