Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ start
Method
start
Utilities/cmcppdap/src/network.cpp:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
~Impl() { stop(); }
31
32
bool start(int port,
33
const OnConnect& onConnect,
34
const OnError& onError) override {
35
return start(
"localhost"
, port, onConnect, onError);
36
}
37
38
bool start(const char* address,
39
int port,
Callers
2
TEST
Function · 0.45
_replacement
Function · 0.45
Calls
4
to_string
Function · 0.85
c_str
Method · 0.80
accept
Method · 0.80
isOpen
Method · 0.45
Tested by
1
TEST
Function · 0.36