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

Function matched

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

Source from the content-addressed store, hash-verified

29namespace impedance {
30 bool matched(const char *p);
31 inline bool matched(const std::type_info &id) { return matched(id.name()); }
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()); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected