DecodingLayerMap is an map-based implementation of DecodingLayerContainer. Each DecodingLayer is searched in a map hashed by LayerType value.
| 145 | // DecodingLayerContainer. Each DecodingLayer is searched in a map |
| 146 | // hashed by LayerType value. |
| 147 | type DecodingLayerMap map[LayerType]DecodingLayer |
| 148 | |
| 149 | // Put implements DecodingLayerContainer interface. |
| 150 | func (dl DecodingLayerMap) Put(d DecodingLayer) DecodingLayerContainer { |
no outgoing calls
no test coverage detected