MCPcopy Create free account
hub / github.com/catboost/catboost / TImpl

Method TImpl

library/cpp/http/io/chunk.cpp:53–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51class TChunkedInput::TImpl {
52public:
53 inline TImpl(IInputStream* slave, TMaybe<THttpHeaders>* trailers)
54 : Slave_(slave)
55 , Trailers_(trailers)
56 , Pending_(0)
57 , LastChunkReaded_(false)
58 {
59 if (Trailers_) {
60 Trailers_->Clear();
61 }
62 }
63
64 inline ~TImpl() {
65 }

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected