MCPcopy Create free account
hub / github.com/anse1/sqlsmith / retry

Method retry

prod.cc:27–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void prod::retry()
28{
29 impedance::retry(this);
30 if (retries++ <= retry_limit)
31 return;
32
33 impedance::limit(this);
34 throw std::runtime_error(std::string("excessive retries in ")
35 + typeid(*this).name());
36}
37
38void prod::match()
39{

Callers 2

factoryMethod · 0.80
factoryMethod · 0.80

Calls 2

retryFunction · 0.70
limitFunction · 0.70

Tested by

no test coverage detected