MCPcopy Create free account
hub / github.com/catboost/catboost / Open

Method Open

library/cpp/netliba/socket/socket.cpp:584–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582 };
583
584 int TSocket::Open(int port) {
585 return OpenImpl(port);
586 }
587
588 void TSocket::Close() {
589 CloseImpl();

Callers

nothing calls this directly

Calls 5

IsValidFunction · 0.85
AtomicSetFunction · 0.50
ResetMethod · 0.45
StartMethod · 0.45
DetachMethod · 0.45

Tested by

no test coverage detected