()
| 108 | BufferedSource metadata = Okio.buffer(source); |
| 109 | FilterInputStream bodyIn = new FilterInputStream(metadata.inputStream()) { |
| 110 | @Override |
| 111 | public void close() throws IOException { |
| 112 | snapshot.close(); |
| 113 | super.close(); |
| 114 | } |
| 115 | }; |
| 116 | return bodyIn; |
| 117 | } |
no outgoing calls
no test coverage detected