MCPcopy Create free account
hub / github.com/capstone-engine/capstone / hex

Method hex

bindings/java/TestX86.java:31–33  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

29 public static Capstone cs;
30
31 private static String hex(int i) {
32 return Integer.toString(i, 16);
33 }
34
35 private static String hex(long i) {
36 return Long.toString(i, 16);

Callers 15

print_ins_detailMethod · 0.95
__repr__Method · 0.45
test_classFunction · 0.45
test_classFunction · 0.45
test_classFunction · 0.45
test_cs_disasm_quickFunction · 0.45
test_classFunction · 0.45
test_classFunction · 0.45
test_classFunction · 0.45
test_classFunction · 0.45
test_classFunction · 0.45
test_classFunction · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected