(t string)
| 62 | } |
| 63 | |
| 64 | func isType(t string) bool { |
| 65 | return strings.HasPrefix(t, "type ") |
| 66 | } |
| 67 | |
| 68 | // TypeConfig describes the universe of relevant types. |
| 69 | // For ease of creation, the types are all referred to by string |
no outgoing calls
no test coverage detected