| 1644 | } |
| 1645 | |
| 1646 | BlobWorkerInterface decodeBlobWorkerListValue(ValueRef const& value) { |
| 1647 | BlobWorkerInterface interf; |
| 1648 | ObjectReader reader(value.begin(), IncludeVersion()); |
| 1649 | reader.deserialize(interf); |
| 1650 | return interf; |
| 1651 | } |
| 1652 | |
| 1653 | const KeyRangeRef storageQuotaKeys(LiteralStringRef("\xff/storageQuota/"), LiteralStringRef("\xff/storageQuota0")); |
| 1654 | const KeyRef storageQuotaPrefix = storageQuotaKeys.begin; |
no test coverage detected