MCPcopy Create free account
hub / github.com/MariaDB/server / print

Method print

sql/sql_string.cc:1191–1194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189
1190
1191void String::print(String *str) const
1192{
1193 str->append_for_single_quote(Ptr, str_length);
1194}
1195
1196
1197void String::print_with_conversion(String *print, CHARSET_INFO *cs) const

Callers 1

print_with_conversionMethod · 0.45

Calls 1

Tested by

no test coverage detected