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

Method send_frame_pong

lib_acl_cpp/src/http/websocket.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242bool websocket::send_frame_pong(const char* str)
243{
244 return send_frame_pong(str, str ? strlen(str) : 0);
245}
246
247bool websocket::send_frame_pong(const void* data, size_t len)
248{

Callers 6

doPingMethod · 0.80
doPingMethod · 0.80
handle_ws_pingMethod · 0.80
ws_send_pongMethod · 0.80
ws_pingFunction · 0.80
doPingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected