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

Method eof

lib_acl_cpp/src/http/websocket.cpp:719–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717
718
719bool websocket::eof(void)
720{
721 return client_.eof();
722}
723
724} // namespace acl

Callers 7

save_fileMethod · 0.45
send_fileMethod · 0.45
handle_ws_pingMethod · 0.45
handle_ws_pongMethod · 0.45
handle_ws_otherMethod · 0.45
handle_ws_dataMethod · 0.45
handle_websocketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected