MCPcopy 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
202func (p *parser) appendAmbiguousSelector(next ambiguousSelector) {
203 p.path = p.path.withAmbiguousSelector(next)
204}

Callers 3

parsePathMethod · 0.95
parseSelectMethod · 0.95
parseMapperMethod · 0.95

Calls 1

withAmbiguousSelectorMethod · 0.65

Tested by

no test coverage detected