MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / close

Method close

3ds/source/transfer.cpp:271–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 }
270 size_t read(void* dst, size_t n) override { return stream ? stream->read(dst, (u32)n) : 0; }
271 void close() override
272 {
273 if (stream) {
274 stream->close();
275 stream.reset();
276 }
277 }
278 };
279
280 Server::HttpResponse handleInfo(const std::string&, const std::string&)

Callers 6

collectFilesFunction · 0.45
readBodyHeadFunction · 0.45
~BodyReaderMethod · 0.45
endFileMethod · 0.45
handleUploadFunction · 0.45
sendBackupMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected