MCPcopy 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

TESTFunction · 0.45
_replacementFunction · 0.45

Calls 4

to_stringFunction · 0.85
c_strMethod · 0.80
acceptMethod · 0.80
isOpenMethod · 0.45

Tested by 1

TESTFunction · 0.36