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

Function retry

impedance.hh:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 inline bool matched(prod *p) { return matched(typeid(*p)); }
33 void retry(const char *p);
34 inline void retry(const std::type_info &id) { return retry(id.name()); }
35 inline void retry(prod *p) { return retry(typeid(*p)); }
36 void limit(const char *p);
37 inline void limit(const std::type_info &id) { return limit(id.name()); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected