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