Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ CreateIBClientServer
Function
CreateIBClientServer
library/cpp/netliba/v12/ib_cs.cpp:777–783 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
775
};
776
777
IIBClientServer* CreateIBClientServer() {
778
TIntrusivePtr<TIBPort> port = GetIBDevice();
779
if (port.Get() == nullptr) {
780
return nullptr;
781
}
782
return new TIBClientServer(port);
783
}
784
}
Callers
1
Start
Method · 0.70
Calls
2
GetIBDevice
Function · 0.70
Get
Method · 0.45
Tested by
no test coverage detected