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

Function limit

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

Source from the content-addressed store, hash-verified

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()); }
38 inline void limit(prod *p) { return limit(typeid(*p)); }
39 void fail(const char *p);
40 inline void fail(const std::type_info &id) { return fail(id.name()); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected