gopkg.in/yaml.v2.decoder.mapType (field)
11 uses
gopkg.in/yaml.v2 (current package)
decode.go#L229: mapType reflect.Type
decode.go#L248: d := &decoder{mapType: defaultMapType, strict: strict}
decode.go#L632: if d.mapType.Kind() == reflect.Map {
decode.go#L634: out = reflect.MakeMap(d.mapType)
decode.go#L637: slicev := reflect.New(d.mapType).Elem()
decode.go#L652: mapType := d.mapType
decode.go#L654: d.mapType = outt
decode.go#L681: d.mapType = mapType
decode.go#L700: mapType := d.mapType
decode.go#L701: d.mapType = outt
decode.go#L720: d.mapType = mapType
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |