Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ testWriteFrame
Method
testWriteFrame
test/beast/websocket/frame.cpp:55–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
};
54
55
void
56
testWriteFrame()
57
{
58
test_fh fh;
59
fh.rsv2 = true;
60
fh.rsv3 = true;
61
fh.len = 65536;
62
frame_buffer fb;
63
write(fb, fh);
64
}
65
66
void run() override
67
{
Callers
nothing calls this directly
Calls
1
write
Function · 0.50
Tested by
no test coverage detected