MCPcopy 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
2218static 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

DbugParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected