Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ state
Method
state
test/beast/core/basic_stream.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
info info_;
66
67
state(Executor const& ex_)
68
: ex(ex_)
69
{
70
}
71
};
72
73
std::shared_ptr<state> sp_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected