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

Method Service

library/cpp/neh/tcp2.cpp:1134–1136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1132 TString RemoteHost() const override;
1133
1134 TStringBuf Service() const override {
1135 return TStringBuf(Buf.Data() + sizeof(TRequestHeader), Buf.End());
1136 }
1137
1138 TStringBuf Data() const override {
1139 return TStringBuf(Content_);

Callers

nothing calls this directly

Calls 2

DataMethod · 0.45
EndMethod · 0.45

Tested by

no test coverage detected