Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoAdd
Method
DoAdd
library/cpp/neh/rpc.cpp:272–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
}
271
272
void DoAdd(const TString& service, IServiceRef srv) override {
273
S_->Add(service, srv);
274
}
275
276
void Loop(size_t threads) override {
277
S_->Loop(threads);
Callers
nothing calls this directly
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected