| 275 | } |
| 276 | |
| 277 | std::size_t |
| 278 | BundleResource::Hash() const |
| 279 | { |
| 280 | return std::hash<std::string>()(d->archive->GetResourcePrefix() + this->GetResourcePath()); |
| 281 | } |
| 282 | |
| 283 | std::unique_ptr<void, void (*)(void*)> |
| 284 | BundleResource::GetData() const |
no test coverage detected