| 595 | } |
| 596 | |
| 597 | VObjectType SLgetProgramType(Program* module) { |
| 598 | if (!module) return VObjectType::slNoType; |
| 599 | return module->getType(); |
| 600 | } |
| 601 | |
| 602 | FileContent* SLgetProgramFileContent(Program* module) { |
| 603 | if (!ModuleHasFirstFileContent(module)) return nullptr; |