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

Method apply

cmp/options.go:204–204  ·  view source on GitHub ↗
(s *state, _, _ reflect.Value)

Source from the content-addressed store, hash-verified

202func (ignore) isFiltered() bool { return false }
203func (ignore) filter(_ *state, _ reflect.Type, _, _ reflect.Value) applicableOption { return ignore{} }
204func (ignore) apply(s *state, _, _ reflect.Value) { s.report(true, reportByIgnore) }
205func (ignore) String() string { return "Ignore()" }
206
207// validator is a sentinel Option type to indicate that some options could not

Callers

nothing calls this directly

Calls 1

reportMethod · 0.80

Tested by

no test coverage detected