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

Method Clear

library/cpp/http/server/http.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 inline void Clear() noexcept {
127 TGuard<TMutex> g(Mutex_);
128
129 Conns_.Clear();
130 }
131
132 inline bool RemoveOld(TInstant border) noexcept {
133 TGuard<TMutex> g(Mutex_);

Callers 1

StopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected