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

Method Data

library/cpp/neh/tcp.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 TStringBuf Data() const override {
200 return TStringBuf(Service().end(), Buf.End());
201 }
202
203 TStringBuf RequestId() const override {
204 return TStringBuf(Buf.Data(), 16);

Callers 2

TRequestMethod · 0.45
RequestIdMethod · 0.45

Calls 3

ServiceClass · 0.50
endMethod · 0.45
EndMethod · 0.45

Tested by

no test coverage detected