Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
367
bool HttpWebSocketFrameHeaderView::isControlFrame() const
368
{
369
return static_cast<uint8_t>(opcode) >= static_cast<uint8_t>(HttpWebSocketOpcode::Close);
370
}
371
372
void HttpWebSocketTransportView::reset()
373
{
Callers
8
controlFrames
Method · 0.80
onHeaderReady
Method · 0.80
finishCurrentFrame
Method · 0.80
beginFrame
Method · 0.80
finishFrame
Method · 0.80
onFrameHeader
Method · 0.80
onReaderFrameHeader
Method · 0.80
onReaderPayload
Method · 0.80
Calls
no outgoing calls
Tested by
1
controlFrames
Method · 0.64