| 71 | RepeatedPtrField<WeightInfo> filteredWeightInfos; |
| 72 | |
| 73 | foreach (const WeightInfo& weightInfo, weightInfos) { |
| 74 | filteredWeightInfos.Add()->CopyFrom(weightInfo); |
| 75 | } |
| 76 | |
| 77 | return OK(JSON::protobuf(filteredWeightInfos), |
| 78 | request.url.query.get("jsonp")); |
no test coverage detected