Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ DbugStrTok
Function
DbugStrTok
dbug/dbug.c:2218–2224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2216
*/
2217
2218
static const char *DbugStrTok(const char *s)
2219
{
2220
while (s[0] && (s[0] !=
':'
||
2221
(s[1] ==
'\\'
|| s[1] ==
'/'
|| (s[1] ==
':'
&& s++))))
2222
s++;
2223
return s;
2224
}
2225
2226
2227
/*
Callers
1
DbugParse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected