Ref returns the identifier reference to be used in the generated code. This is the identifier to be used in typescript, since all generated code lands in the same namespace.
()
| 41 | // This is the identifier to be used in typescript, since all generated code |
| 42 | // lands in the same namespace. |
| 43 | func (i Identifier) Ref() string { |
| 44 | return i.Prefix + i.Name |
| 45 | } |
| 46 | |
| 47 | type HeritageType string |
| 48 |
no outgoing calls
no test coverage detected