internal/abi.MapType.NeedKeyUpdate (method)

2 uses

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

	runtime
		map.go#L641: 			if t.NeedKeyUpdate() {