(att *expr.AttributeExpr, ptr, useDefault bool, pkg string)
| 237 | } |
| 238 | |
| 239 | func (s *NameScope) goTypeDef(att *expr.AttributeExpr, ptr, useDefault bool, pkg string) string { |
| 240 | return s.goTypeDefWithPkgOverride(att, ptr, useDefault, pkg, "") |
| 241 | } |
| 242 | |
| 243 | // GoVar returns the Go code that returns the address of a variable of the Go type |
| 244 | // which matches the given attribute type. |
no test coverage detected