MCPcopy 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

StartMethod · 0.70

Calls 2

GetIBDeviceFunction · 0.70
GetMethod · 0.45

Tested by

no test coverage detected