Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ operator()
Method
operator()
include/boost/beast/http/impl/write.hpp:498–505 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
496
497
template<class ConstBufferSequence>
498
void
499
operator()(error_code& ec,
500
ConstBufferSequence const& buffers)
501
{
502
invoked = true;
503
bytes_transferred = net::write(
504
stream_, buffers, ec);
505
}
506
};
507
508
template<
Callers
nothing calls this directly
Calls
1
write
Function · 0.70
Tested by
no test coverage detected