internal/abi.SwissMapType.NeedKeyUpdate (method)

4 uses

	internal/abi (current package)
		map_swiss.go#L53: func (mt *SwissMapType) NeedKeyUpdate() bool { // true if we need to update key on an overwrite

	internal/runtime/maps
		map.go#L544: 			if typ.NeedKeyUpdate() {
		runtime_swiss.go#L266: 					if typ.NeedKeyUpdate() {
		table.go#L287: 				if typ.NeedKeyUpdate() {