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

Function get_ptr_compare

mysys/ptr_cmp.c:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62#ifdef __sun
63qsort2_cmp get_ptr_compare (size_t size __attribute__((unused)))
64{
65 return (qsort2_cmp) native_compare;
66}
67#else
68qsort2_cmp get_ptr_compare (size_t size)
69{

Callers 2

initMethod · 0.85
my_string_ptr_sortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected