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

Method apply

cmp/options.go:43–43  ·  cmp/options.go::applicableOption.apply

apply executes the option, which may mutate s or panic.

(s *state, vx, vy reflect.Value)

Source from the content-addressed store, hash-verified

41
42 // apply executes the option, which may mutate s or panic.
43 apply(s *state, vx, vy reflect.Value)
44}
45
46// coreOption represents the following types:

Callers 1

tryOptionsMethod · 0.65

Implementers 4

ignorecmp/options.go
validatorcmp/options.go
transformercmp/options.go
comparercmp/options.go

Calls

no outgoing calls

Tested by

no test coverage detected