Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1197
void 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
print
Method · 0.80
Calls
2
copy
Method · 0.45
print
Method · 0.45
Tested by
no test coverage detected