| 1217 | response.mutable_list_files(); |
| 1218 | |
| 1219 | foreach (const FileInfo& fileInfo, result.get()) { |
| 1220 | listFiles->add_file_infos()->CopyFrom(fileInfo); |
| 1221 | } |
| 1222 | |
| 1223 | return OK(serialize(acceptType, evolve(response)), |
| 1224 | stringify(acceptType)); |
nothing calls this directly
no test coverage detected