| 140 | } |
| 141 | |
| 142 | const ModuleInfo*ModuleResourceContainer::GetModuleInfo() const |
| 143 | { |
| 144 | return d->m_ModuleInfo; |
| 145 | } |
| 146 | |
| 147 | void ModuleResourceContainer::GetChildren(const std::string& resourcePath, bool relativePaths, |
| 148 | std::vector<std::string>& names, std::vector<uint32_t>& indices) const |
no outgoing calls
no test coverage detected