reflect.Value.SetMapIndex (method)
3 uses
reflect (current package)
value.go#L1686: func (v Value) SetMapIndex(key, elem Value) {
encoding/gob
decode.go#L575: value.SetMapIndex(key, elem)
encoding/json
decode.go#L807: v.SetMapIndex(kv, subv)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)