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

Method close

3ds/source/transfer.cpp:275–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274 size_t read(void* dst, size_t n) override { return stream ? stream->read(dst, (u32)n) : 0; }
275 void close() override
276 {
277 if (stream) {
278 stream->close();
279 stream.reset();
280 }
281 }
282 };
283
284 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