MCPcopy Create free account
hub / github.com/PaesslerAG/jsonpath / appendPlainSelector

Method appendPlainSelector

parse.go:198–200  ·  view source on GitHub ↗
(next plainSelector)

Source from the content-addressed store, hash-verified

196}
197
198func (p *parser) appendPlainSelector(next plainSelector) {
199 p.path = p.path.withPlainSelector(next)
200}
201
202func (p *parser) appendAmbiguousSelector(next ambiguousSelector) {
203 p.path = p.path.withAmbiguousSelector(next)

Callers 6

parsePathMethod · 0.95
parseSelectMethod · 0.95
parseMapperMethod · 0.95
parseScriptMethod · 0.95
parseJSONObjectElementFunction · 0.80
parseCurrentPathFunction · 0.80

Calls 1

withPlainSelectorMethod · 0.65

Tested by

no test coverage detected