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

Function pretty_type

util.hh:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 clang? */
11
12inline std::string pretty_type(const char *raw)
13{
14 ostringstream os;
15 os << raw;
16 string s = os.str();
17 while(s[0] <= '9')
18 s.erase(s.begin());
19 return s;
20}
21
22inline std::string pretty_type(struct prod *p)
23{

Callers 3

idMethod · 0.85
visitMethod · 0.85
reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected