MCPcopy Create free account
hub / github.com/cinemast/libjson-rpc-cpp / F

Method F

src/test/test_connector_tcpsocket.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 MockClientConnectionHandler handler;
35
36 F() : server(IP, PORT), client(IP, PORT) {
37 server.SetHandler(&handler);
38 REQUIRE(server.StartListening());
39 }
40 ~F() { server.StopListening(); }
41 };
42

Callers

nothing calls this directly

Calls 2

SetHandlerMethod · 0.80
StartListeningMethod · 0.45

Tested by

no test coverage detected