Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ operator()
Method
operator()
test/beast/http/serializer.cpp:91–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
90
template<class ConstBufferSequence>
91
void
92
operator()(error_code&,
93
ConstBufferSequence const& buffers)
94
{
95
size = buffer_bytes(buffers);
96
}
97
};
98
99
void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected