MCPcopy Create free account
hub / github.com/acl-dev/acl / doRun

Method doRun

lib_acl_cpp/src/http/WebSocketServlet.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool WebSocketServlet::doRun(session& session, socket_stream* stream /* = NULL */)
54{
55 return HttpServlet::doRun(session, stream);
56}
57
58bool WebSocketServlet::doRun(const char* memcached_addr, socket_stream* stream)
59{

Callers

nothing calls this directly

Calls 2

onCloseFunction · 0.85
read_frame_headMethod · 0.80

Tested by

no test coverage detected