Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ session
Method
session
test/beast/core/basic_stream.cpp:260–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
259
public:
260
session(
261
string_view s,
262
net::ip::tcp::socket sock,
263
std::ostream&)
264
: s_(s)
265
, socket_(std::move(sock))
266
{
267
}
268
269
void
270
run()
Callers
nothing calls this directly
Calls
1
move
Class · 0.85
Tested by
no test coverage detected