reflect.Value.SetLen (method)

3 uses

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

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