Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ ean13
Method
ean13
src/main/java/com/github/javafaker/Code.java:209–211 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
207
}
208
209
public
String ean13() {
210
return
gtin13();
211
}
212
213
public
String gtin13() {
214
char[] values = faker.regexify(
"\\d{12}"
).toCharArray();
Callers
nothing calls this directly
Calls
1
gtin13
Method · 0.95
Tested by
no test coverage detected