func github.com/google/go-cmp/cmp.newState

3 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L93: 	s := newState(opts)
		compare.go#L113: 	s := newState(opts)
		compare.go#L185: func newState(opts []Option) *state {