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

Method visitMatchs

path.go:7–7  ·  view source on GitHub ↗
(c context.Context, r interface{}, visit pathMatcher)

Source from the content-addressed store, hash-verified

5type path interface {
6 evaluate(c context.Context, parameter interface{}) (interface{}, error)
7 visitMatchs(c context.Context, r interface{}, visit pathMatcher)
8 withPlainSelector(plainSelector) path
9 withAmbiguousSelector(ambiguousSelector) path
10}

Callers 1

visitMatchsMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected