encoding/gob.Decoder.decoderCache (field)
4 uses
encoding/gob (current package)
decode.go#L1138: decoderMap, ok := dec.decoderCache[rt]
decode.go#L1141: dec.decoderCache[rt] = decoderMap
decoder.go#L32: decoderCache map[reflect.Type]map[typeId]**decEngine // cache of compiled engines
decoder.go#L50: dec.decoderCache = make(map[reflect.Type]map[typeId]**decEngine)
![]() |
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. |