| 70 | } |
| 71 | |
| 72 | static void readAssetIndex(MojangAssetIndexInfo::Ptr out, const QJsonObject& obj) |
| 73 | { |
| 74 | out->totalSize = requireInteger(obj, "totalSize"); |
| 75 | out->id = requireString(obj, "id"); |
| 76 | // out->known = true; |
| 77 | } |
| 78 | } // namespace Bits |
| 79 | |
| 80 | MojangDownloadInfo::Ptr downloadInfoFromJson(const QJsonObject& obj) |
no outgoing calls
no test coverage detected