Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ testDynamicBuffer
Method
testDynamicBuffer
test/beast/core/multi_buffer.cpp:162–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
void
163
testDynamicBuffer()
164
{
165
multi_buffer b(30);
166
BEAST_EXPECT(b.max_size() == 30);
167
test_dynamic_buffer(b);
168
}
169
170
void
171
testMembers()
Callers
nothing calls this directly
Calls
2
test_dynamic_buffer
Function · 0.85
max_size
Method · 0.45
Tested by
no test coverage detected