MCPcopy 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

StartMethod · 0.70

Calls 2

GetIBDeviceFunction · 0.70
GetMethod · 0.45

Tested by

no test coverage detected