MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / closeFD

Method closeFD

src/socket/SocketClient.h:48–51  ·  view source on GitHub ↗

Close the file descriptor of this Socket

Source from the content-addressed store, hash-verified

46
47 /// Close the file descriptor of this Socket
48 virtual void closeFD() final {
49 SocketAttr::closeFD();
50 _msg.clear();
51 }
52
53 // =====================================================================
54 // -- Other member functions ------------------------------------------

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected