MCPcopy
hub / github.com/google/go-cmp / pathFilter

Struct pathFilter

cmp/options.go:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128type pathFilter struct {
129 core
130 fnc func(Path) bool
131 opt Option
132}
133
134func (f pathFilter) filter(s *state, t reflect.Type, vx, vy reflect.Value) applicableOption {
135 if f.fnc(s.curPath) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected