MCPcopy Create free account
hub / github.com/Kitware/CMake / connect

Function connect

Utilities/cmcppdap/src/network.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100std::shared_ptr<ReaderWriter> connect(const char* addr,
101 int port,
102 uint32_t timeoutMillis) {
103 return Socket::connect(addr, std::to_string(port).c_str(), timeoutMillis);
104}
105
106} // namespace net
107} // namespace dap

Callers 15

createDatesGroupBoxMethod · 0.85
CodeEditorMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
connectMethod · 0.85
connectMethod · 0.85
bindMethod · 0.85
Curl_socketpairFunction · 0.85
do_connectFunction · 0.85
cf_udp_setup_quicFunction · 0.85
uv_pipe_connectFunction · 0.85

Calls 2

to_stringFunction · 0.85
c_strMethod · 0.80

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…