MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / connect

Function connect

3rdparty/cppdap/src/network.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95std::shared_ptr<ReaderWriter> connect(const char* addr,
96 int port,
97 uint32_t timeoutMillis) {
98 return Socket::connect(addr, std::to_string(port).c_str(), timeoutMillis);
99}
100
101} // namespace net
102} // namespace dap

Callers 15

TESTFunction · 0.85
TESTFunction · 0.85
connectMethod · 0.85
connectMethod · 0.85
bindMethod · 0.85
mainFunction · 0.85
RemoteTermMethod · 0.85
SessionMethod · 0.85
addViewMethod · 0.85
connectPairMethod · 0.85
SearchBarMethod · 0.85
newHotSpotMethod · 0.85

Calls 2

to_stringFunction · 0.85
c_strMethod · 0.80

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68