When the Type represents a protobuf map, calling this method returns the type of the map keys. If the Type is not a map type, the method panics.
()
| 54 | // |
| 55 | // If the Type is not a map type, the method panics. |
| 56 | Key() Type |
| 57 | |
| 58 | // When the Type represents a protobuf map, calling this method returns the |
| 59 | // type of the map values. |
no outgoing calls
no test coverage detected