| 511 | } |
| 512 | |
| 513 | RawNodeId SLgetModuleRootNode(ModuleDefinition* module) { |
| 514 | if (!module || module->getNodeIds().empty()) return InvalidNodeId; |
| 515 | return module->getNodeIds()[0]; |
| 516 | } |
| 517 | |
| 518 | std::string SLgetClassName(ClassDefinition* module) { |
| 519 | if (!module) return ""; |
no outgoing calls
no test coverage detected