Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ callback
Method
callback
test/beast/core/bind_handler.cpp:75–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
};
74
75
void
76
callback(int v)
77
{
78
BEAST_EXPECT(v == 42);
79
}
80
81
class test_executor
82
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected