(username: string)
| 89 | </table>`; |
| 90 | |
| 91 | const getGitHubAvatar = (username: string) => |
| 92 | `<a href='https://github.com/${username}' target='_blank'><img |
| 93 | title='${username}' src='https://github.com/${username}.png?size=48' |
| 94 | width='48' height='48' /></a>`; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…