github.com/google/go-cmp/cmp.PathStep.Type (method)

4 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L247: 	t := step.Type()
		options.go#L232: 		if t := s.curPath.Index(-2).Type(); t.Name() != "" {
		path.go#L38: 	Type() reflect.Type
		report_value.go#L55: 	child = &valueNode{parent: parent, Type: ps.Type(), ValueX: vx, ValueY: vy}