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

Method ws_send_pong

lib_acl_cpp/src/http/http_aclient.cpp:789–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787}
788
789bool http_aclient::ws_send_pong(void* data, size_t len)
790{
791 acl_assert(ws_out_ && conn_);
792 return ws_out_->send_frame_pong(*conn_, data, len);
793}
794
795} // namespace acl

Callers

nothing calls this directly

Calls 1

send_frame_pongMethod · 0.80

Tested by

no test coverage detected