MCPcopy Create free account
hub / github.com/azadkuh/qhttp / ~ClientHandler

Method ~ClientHandler

example/basic-server/main.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 virtual ~ClientHandler() {
67 qDebug(" ~ClientHandler(#%llu): I've being called automatically!",
68 iconnectionId
69 );
70 }
71
72protected:
73 quint64 iconnectionId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected