Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HumbleUI/Skija
/ toString
Method
toString
shared/java/FourByteTag.java:13–13 ·
view source on GitHub ↗
(int tag)
Source
from the content-addressed store, hash-verified
11
}
12
13
static
String toString(
int
tag) {
14
return
new
String(
new
byte[] { (byte) (tag >> 24 & 0xFF),
15
(byte) (tag >> 16 & 0xFF),
16
(byte) (tag >> 8 & 0xFF),
Callers
15
getTag
Method · 0.95
getTag
Method · 0.95
getTag
Method · 0.95
getScript
Method · 0.95
refCntToStringAfterClose
Method · 0.65
utfConversions
Method · 0.65
storage
Method · 0.65
execute
Method · 0.65
assertArrayEquals
Method · 0.65
finishTesting
Method · 0.65
execute
Method · 0.65
execute
Method · 0.65
Calls
no outgoing calls
Tested by
8
refCntToStringAfterClose
Method · 0.52
utfConversions
Method · 0.52
storage
Method · 0.52
execute
Method · 0.52
assertArrayEquals
Method · 0.52
finishTesting
Method · 0.52
execute
Method · 0.52
execute
Method · 0.52