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

Method c_ptr_quick

sql/sql_string.h:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 return Ptr;
207 }
208 inline char *c_ptr_quick()
209 {
210 if (Ptr && str_length < Alloced_length)
211 Ptr[str_length]=0;
212 return Ptr;
213 }
214 inline char *c_ptr_safe()
215 {
216 if (Ptr && str_length < Alloced_length)

Callers 3

set_hostMethod · 0.80
append_query_stringFunction · 0.80
query_val_strMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected