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

Method is_head_finish

lib_acl_cpp/src/http/websocket.cpp:644–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642}
643
644bool websocket::is_head_finish(void) const
645{
646 return status_ == WS_HEAD_FINISH;
647}
648
649int websocket::peek_frame_data(char* buf, size_t size)
650{

Callers 1

handle_websocketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected