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

Method Insert

library/cpp/neh/udp.cpp:481–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479 typedef TInFlyBase::const_iterator TContsIter;
480
481 inline void Insert(TRequestDescrRef& d) {
482 PushBack(d.Get());
483 (*this)[d->Guid] = d;
484 }
485
486 inline void EraseStale() noexcept {
487 const TTimeStamp now = TimeStamp();

Callers 3

CancelStaleRequestsMethod · 0.45
RegisterRequestMethod · 0.45
RegisterMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected