MCPcopy 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

getTagMethod · 0.95
getTagMethod · 0.95
getTagMethod · 0.95
getScriptMethod · 0.95
utfConversionsMethod · 0.65
storageMethod · 0.65
executeMethod · 0.65
assertArrayEqualsMethod · 0.65
finishTestingMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65

Calls

no outgoing calls

Tested by 8

utfConversionsMethod · 0.52
storageMethod · 0.52
executeMethod · 0.52
assertArrayEqualsMethod · 0.52
finishTestingMethod · 0.52
executeMethod · 0.52
executeMethod · 0.52