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