Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ my_xpath_parse_Step
Function
my_xpath_parse_Step
sql/item_xmlfunc.cc:1684–1689 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1682
1683
1684
static int my_xpath_parse_Step(MY_XPATH *xpath)
1685
{
1686
return
1687
my_xpath_parse_AxisSpecifier_NodeTest_opt_Predicate_list(xpath) ||
1688
my_xpath_parse_AbbreviatedStep(xpath);
1689
}
1690
1691
1692
/*
Callers
1
my_xpath_parse_RelativeLocationPath
Function · 0.85
Calls
2
my_xpath_parse_AxisSpecifier_NodeTest_opt_Predicate_list
Function · 0.85
my_xpath_parse_AbbreviatedStep
Function · 0.85
Tested by
no test coverage detected