Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
std::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
TEST
Function · 0.85
TEST
Function · 0.85
connect
Method · 0.85
connect
Method · 0.85
bind
Method · 0.85
main
Function · 0.85
RemoteTerm
Method · 0.85
Session
Method · 0.85
addView
Method · 0.85
connectPair
Method · 0.85
SearchBar
Method · 0.85
newHotSpot
Method · 0.85
Calls
2
to_string
Function · 0.85
c_str
Method · 0.80
Tested by
2
TEST
Function · 0.68
TEST
Function · 0.68