Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaesslerAG/jsonpath
/ appendAmbiguousSelector
Method
appendAmbiguousSelector
parse.go:202–204 ·
view source on GitHub ↗
(next ambiguousSelector)
Source
from the content-addressed store, hash-verified
200
}
201
202
func
(p *parser) appendAmbiguousSelector(next ambiguousSelector) {
203
p.path = p.path.withAmbiguousSelector(next)
204
}
Callers
3
parsePath
Method · 0.95
parseSelect
Method · 0.95
parseMapper
Method · 0.95
Calls
1
withAmbiguousSelector
Method · 0.65
Tested by
no test coverage detected