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

Method F

src/test/test_connector_unixdomainsocket.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 MockClientConnectionHandler handler;
30
31 F() : filename("/tmp/somedomainsocket"), server(filename), client(filename) {
32 remove(filename.c_str());
33 server.SetHandler(&handler);
34 REQUIRE(server.StartListening());
35 }
36 ~F() { server.StopListening(); }
37 };
38

Callers

nothing calls this directly

Calls 3

c_strMethod · 0.80
SetHandlerMethod · 0.80
StartListeningMethod · 0.45

Tested by

no test coverage detected