reflect.Value.SetLen (method)

3 uses

	reflect (current package)
		value.go#L2230: func (v Value) SetLen(n int) {

	encoding/json
		decode.go#L555: 				v.SetLen(i + 1)
		decode.go#L590: 			v.SetLen(i) // truncate the slice