Name return the last version of the name
()
| 432 | |
| 433 | // Name return the last version of the name |
| 434 | func (i *Identity) Name() string { |
| 435 | return i.lastVersion().name |
| 436 | } |
| 437 | |
| 438 | // DisplayName return a non-empty string to display, representing the |
| 439 | // identity, based on the non-empty values. |