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

Function parseRootPath

parse.go:17–20  ·  view source on GitHub ↗
(ctx context.Context, gParser *gval.Parser)

Source from the content-addressed store, hash-verified

15}
16
17func parseRootPath(ctx context.Context, gParser *gval.Parser) (r gval.Evaluable, err error) {
18 p := newParser(gParser)
19 return p.parse(ctx)
20}
21
22func parseCurrentPath(ctx context.Context, gParser *gval.Parser) (r gval.Evaluable, err error) {
23 p := newParser(gParser)

Callers

nothing calls this directly

Calls 2

newParserFunction · 0.85
parseMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…