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

Struct ambiguousPath

path.go:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60type ambiguousPath struct {
61 parent path
62 branch ambiguousSelector
63 ending plainPath
64}
65
66func (p *ambiguousPath) evaluate(ctx context.Context, parameter interface{}) (interface{}, error) {
67 matchs := []interface{}{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected