| 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); |
nothing calls this directly
no test coverage detected