MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / ~CURLReadStreamBase

Method ~CURLReadStreamBase

src/io/s3_filesys.cc:424–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422class CURLReadStreamBase : public SeekStream {
423 public:
424 virtual ~CURLReadStreamBase() {
425 this->Cleanup();
426 }
427 virtual size_t Tell(void) {
428 return curr_bytes_;
429 }

Callers

nothing calls this directly

Calls 1

CleanupMethod · 0.95

Tested by

no test coverage detected