| 226 | } |
| 227 | |
| 228 | type primitiveType struct { |
| 229 | name string |
| 230 | kind Kind |
| 231 | wire WireType |
| 232 | zigzag Kind |
| 233 | } |
| 234 | |
| 235 | func (t *primitiveType) String() string { |
| 236 | return t.name |
nothing calls this directly
no outgoing calls
no test coverage detected