MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / DisConnectionFunc

Function DisConnectionFunc

test/http/HttpServerTest.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void DisConnectionFunc(const cppnet::Handle& , uint32_t ) {
65 std::cout << "[DisConnectionFunc]" << std::endl;
66}
67
68int main() {
69 cppnet::CCppNet net;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected