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

Method replace

sql/sql_string.cc:653–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651*/
652
653bool String::replace(uint32 offset,uint32 arg_length,const String &to)
654{
655 return replace(offset,arg_length,to.ptr(),to.length());
656}
657
658bool String::replace(uint32 offset,uint32 arg_length,
659 const char *to, uint32 to_length)

Callers 2

neg_argumentsMethod · 0.45
val_strMethod · 0.45

Calls 3

bmove_uppFunction · 0.85
ptrMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected