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

Method print_with_conversion

sql/sql_string.cc:1197–1203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1195
1196
1197void String::print_with_conversion(String *print, CHARSET_INFO *cs) const
1198{
1199 StringBuffer<256> tmp(cs);
1200 uint errors= 0;
1201 tmp.copy(this, cs, &errors);
1202 tmp.print(print);
1203}
1204
1205
1206/**

Callers 1

printMethod · 0.80

Calls 2

copyMethod · 0.45
printMethod · 0.45

Tested by

no test coverage detected