Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/afkbrb/github-avatar-generator
/ showExample
Method
showExample
example/Examples.java:34–37 ·
view source on GitHub ↗
Show default avatar.
()
Source
from the content-addressed store, hash-verified
32
* Show default avatar.
33
*/
34
public
static
void
showExample() {
35
Avatar avatar =
new
Avatar();
36
avatar.showAvatar();
37
}
38
39
/**
40
* Save avatar.
Callers
1
main
Method · 0.95
Calls
1
showAvatar
Method · 0.95
Tested by
no test coverage detected