| 281 | } |
| 282 | |
| 283 | type Author struct { |
| 284 | ID string |
| 285 | Name string |
| 286 | Login string |
| 287 | } |
| 288 | |
| 289 | // DisplayName returns a user-friendly name via actorDisplayName. |
| 290 | func (a Author) DisplayName() string { |
nothing calls this directly
no outgoing calls
no test coverage detected