MCPcopy Create free account
hub / github.com/boostorg/beast / testDynamicBuffer

Method testDynamicBuffer

test/beast/core/flat_buffer.cpp:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 is_mutable_dynamic_buffer<flat_buffer>::value);
31
32 void
33 testDynamicBuffer()
34 {
35 flat_buffer b(30);
36 BEAST_EXPECT(b.max_size() == 30);
37 test_dynamic_buffer(b);
38 }
39
40 void
41 testSpecialMembers()

Callers

nothing calls this directly

Calls 2

test_dynamic_bufferFunction · 0.85
max_sizeMethod · 0.45

Tested by

no test coverage detected