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