(typeName string)
| 340 | } |
| 341 | |
| 342 | func isBuiltinType(typeName string) bool { |
| 343 | return types.Universe.Lookup(typeName) != nil |
| 344 | } |
| 345 | |
| 346 | func exprToString(e ast.Expr) string { |
| 347 | switch t := e.(type) { |
no outgoing calls
no test coverage detected
searching dependent graphs…