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

Function LocalGuid

library/cpp/neh/tcp.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 typedef IOutputStream::TPart TPart;
45
46 static inline ui64 LocalGuid(const TGUID& g) {
47 return ReadUnaligned<ui64>(g.dw);
48 }
49
50 static inline TString LoadStroka(IInputStream& input, size_t len) {
51 TString tmp;

Callers 2

DoSendCycleMethod · 0.85
DoRecvCycleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected