| 564 | } |
| 565 | |
| 566 | VObjectType SLgetPackageType(Package* module) { |
| 567 | if (!module) return VObjectType::slNoType; |
| 568 | return module->getType(); |
| 569 | } |
| 570 | |
| 571 | FileContent* SLgetPackageFileContent(Package* module) { |
| 572 | if (!ModuleHasFirstFileContent(module)) return nullptr; |