Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ bmove_upp
Function
bmove_upp
strings/bmove_upp.c:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
#include
"m_string.h"
27
28
void bmove_upp(register uchar *dst, register const uchar *src,
29
register size_t len)
30
{
31
while (len-- != 0) *--dst = *--src;
32
}
Callers
5
bchange
Function · 0.85
str_to_time
Function · 0.85
replace
Method · 0.85
unpack_dirname
Function · 0.85
doinsert
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected