Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antchfx/xpath
/ skipItem
Method
skipItem
parse.go:181–184 ·
view source on GitHub ↗
(typ itemType)
Source
from the content-addressed store, hash-verified
179
}
180
181
func
(p *parser) skipItem(typ itemType) {
182
checkItem(p.r, typ)
183
p.next()
184
}
185
186
// OrExpr ::= AndExpr | OrExpr 'or' AndExpr
187
func
(p *parser) parseOrExpr(n node) node {
Callers
5
parsePredicate
Method · 0.95
parseSequence
Method · 0.95
parseNodeTest
Method · 0.95
parsePrimaryExpr
Method · 0.95
parseMethod
Method · 0.95
Calls
2
next
Method · 0.95
checkItem
Function · 0.85
Tested by
no test coverage detected