Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ strend
Function
strend
strings/strend.c:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
#include
"m_string.h"
31
32
char *strend(register const char *s)
33
{
34
while (*s++);
35
return (char*) (s-1);
36
}
37
Callers
15
send_client_reply_packet
Function · 0.85
client.c
File · 0.85
fix_paths
Function · 0.85
find_uniq_filename
Function · 0.85
build_table_filename
Function · 0.85
my_dir
Function · 0.85
find_type
Function · 0.85
fn_ext
Function · 0.85
symdirget
Function · 0.85
expand_tilde
Function · 0.85
my_path
Function · 0.85
get_date
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected