MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / copy

Method copy

sql/item.h:387–390  ·  view source on GitHub ↗

Variants for copy(), for various argument combinations. */

Source from the content-addressed store, hash-verified

385 Variants for copy(), for various argument combinations.
386 */
387 void copy(const char *str, size_t length)
388 {
389 copy(str, length, system_charset_info);
390 }
391 void copy(const char *str)
392 {
393 copy(str, (str ? strlen(str) : 0), system_charset_info);

Callers 2

Item_stringMethod · 0.45
set_str_with_copyMethod · 0.45

Calls 3

copyFunction · 0.85
ptrMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected