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

Method ReqId

library/cpp/neh/tcp2.cpp:535–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533 }
534
535 TRequestId ReqId() const noexcept {
536 return Id_.load(std::memory_order_acquire);
537 }
538
539 private:
540 inline THandleRef ReleaseHandler() noexcept {

Callers 3

AddRequestMethod · 0.80
ProcessReqsInFlyQueueMethod · 0.80
SendMessagesMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected