Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ run
Method
run
test/beast/core/saved_handler.cpp:282–287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
280
}
281
282
void
283
run() override
284
{
285
testSavedHandler();
286
testSavedHandlerCancellation();
287
}
288
};
289
290
BEAST_DEFINE_TESTSUITE(beast,core,saved_handler);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected