Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ operator()
Method
operator()
test/beast/_experimental/stream.cpp:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
std::shared_ptr<test::stream> ts_;
114
115
void
116
operator()(error_code, std::size_t)
117
{
118
}
119
};
120
121
char buf[1] = {};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected