Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akhilkedia/AllTrans
/ hex
Method
hex
app/src/main/java/akhil/alltrans/utils.java:215–217 ·
view source on GitHub ↗
(char ch)
Source
from the content-addressed store, hash-verified
213
}
214
215
private
static
String hex(char ch) {
216
return
Integer.toHexString(ch).toUpperCase(Locale.ENGLISH);
217
}
218
}
Callers
1
javaScriptEscape
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected