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

Function dynstr_append

mysys/string.c:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90
91my_bool dynstr_append(DYNAMIC_STRING *str, const char *append)
92{
93 return dynstr_append_mem(str,append,(uint) strlen(append));
94}
95
96
97my_bool dynstr_append_mem(DYNAMIC_STRING *str, const char *append,

Callers

nothing calls this directly

Calls 1

dynstr_append_memFunction · 0.85

Tested by

no test coverage detected