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

Method WriteCachedImpl

library/cpp/http/io/stream.cpp:727–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725 }
726
727 inline void WriteCachedImpl(IOutputStream* s) const {
728 s->Write(FirstLine_.data(), FirstLine_.size());
729 s->Write("\r\n", 2);
730 Headers_.OutTo(s);
731 s->Write("\r\n", 2);
732 s->Finish();
733 }
734
735 inline void WriteCached() {
736 size_t buflen = 0;

Callers

nothing calls this directly

Calls 5

WriteMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45
OutToMethod · 0.45
FinishMethod · 0.45

Tested by

no test coverage detected