MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / isControlFrame

Method isControlFrame

Libraries/Http/HttpWebSocket.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367bool HttpWebSocketFrameHeaderView::isControlFrame() const
368{
369 return static_cast<uint8_t>(opcode) >= static_cast<uint8_t>(HttpWebSocketOpcode::Close);
370}
371
372void HttpWebSocketTransportView::reset()
373{

Callers 8

controlFramesMethod · 0.80
onHeaderReadyMethod · 0.80
finishCurrentFrameMethod · 0.80
beginFrameMethod · 0.80
finishFrameMethod · 0.80
onFrameHeaderMethod · 0.80
onReaderFrameHeaderMethod · 0.80
onReaderPayloadMethod · 0.80

Calls

no outgoing calls

Tested by 1

controlFramesMethod · 0.64