Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ strmov
Function
strmov
strings/strmov.c:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
#endif
31
32
char *strmov(register char *dst, register const char *src)
33
{
34
while ((*dst++ = *src++)) ;
35
return dst-1;
36
}
37
Callers
15
set_mysql_error
Function · 0.85
net_clear_error
Function · 0.85
set_mysql_extended_error
Function · 0.85
create_shared_memory
Function · 0.85
cli_safe_read
Function · 0.85
client.c
File · 0.85
mysql_reconnect
Function · 0.85
mysql_prune_stmt_list
Function · 0.85
val_str
Method · 0.85
init_common_variables
Function · 0.85
mysql_init_variables
Function · 0.85
set_server_version
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected