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

Method Add

library/cpp/neh/rpc.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 inline void Add(const TString& service, IServiceRef srv) {
71 TGuard<TSpinLock> guard(L_);
72
73 push_back(std::make_pair(service, srv));
74 ++SelfVersion_;
75 }
76
77 inline void Listen() {
78 Y_ENSURE(!HasLoop_ || !*HasLoop_);

Callers 11

SerializeFunction · 0.45
SerializeFunction · 0.45
Y_UNIT_TESTFunction · 0.45
TServicerMethod · 0.45
CreateServicesFunction · 0.45
Y_UNIT_TESTFunction · 0.45
CreateServicesFunction · 0.45
Y_UNIT_TESTFunction · 0.45
DoAddMethod · 0.45
Y_UNIT_TESTFunction · 0.45
IServicesClass · 0.45

Calls 1

push_backFunction · 0.50

Tested by

no test coverage detected