reflect.Value.CanSet (method)
13 uses
reflect (current package)
value.go#L324: func (v Value) CanSet() bool {
encoding/binary
binary.go#L557: if v := v.Field(i); v.CanSet() || t.Field(i).Name != "_" {
binary.go#L622: if v := v.Field(i); v.CanSet() || t.Field(i).Name != "_" {
encoding/json
decode.go#L463: if decodingNull && v.CanSet() {
decode.go#L727: if !subv.CanSet() {
github.com/go-pg/pg/v10/types
array_scan.go#L55: if !v.CanSet() {
array_scan.go#L115: if !v.CanSet() {
array_scan.go#L152: if !v.CanSet() {
array_scan.go#L199: if !v.CanSet() {
array_scan.go#L246: if !v.CanSet() {
scan_value.go#L145: if !v.CanSet() {
scan_value.go#L153: if !v.CanSet() {
github.com/vmihailenco/msgpack/v5
types.go#L395: if !v.CanSet() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)