reflect.Value.SetBytes (method)
3 uses
reflect (current package)
value.go#L1586: func (v Value) SetBytes(x []byte) {
value.go#L2619: ret.SetBytes(v)
encoding/json
decode.go#L950: v.SetBytes(b[:n])
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)