MCPcopy Create free account
hub / github.com/boostorg/beast / run

Method run

test/beast/core/error.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 void run() override
49 {
50 check(condition::timeout, error::timeout);
51 }
52};
53
54BEAST_DEFINE_TESTSUITE(beast,core,error);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected