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

Method Touch

library/cpp/coroutine/engine/sockpool.h:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void Touch() noexcept {
72 TouchTime_ = TInstant::Now();
73 }
74
75 const TInstant& LastTouch() const noexcept {
76 return TouchTime_;

Callers 2

GetMethod · 0.45
GetAliveMethod · 0.45

Calls 1

NowFunction · 0.50

Tested by

no test coverage detected