MCPcopy Create free account
hub / github.com/ccache/ccache / ~UnixSocketClient

Method ~UnixSocketClient

src/ccache/util/unixsocketclient.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33namespace util {
34
35UnixSocketClient::~UnixSocketClient()
36{
37 do_close();
38}
39
40tl::expected<void, IpcError>
41UnixSocketClient::connect(const std::string& endpoint,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected