MCPcopy Create free account
hub / github.com/tinyplex/tinybase / getGitHubAvatar

Function getGitHubAvatar

site/ui/Readme.tsx:91–94  ·  view source on GitHub ↗
(username: string)

Source from the content-addressed store, hash-verified

89 </table>`;
90
91const 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>`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…