Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ asin
Method
asin
src/main/java/com/github/javafaker/Code.java:146–148 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
}
145
146
public
String asin() {
147
return
faker.resolve(
"code.asin"
);
148
}
149
150
public
String imei() {
151
char[] str =
new
char[15];
Callers
nothing calls this directly
Calls
1
resolve
Method · 0.45
Tested by
no test coverage detected