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

Method hex

bindings/java/TestXcore.java:25–27  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

23 public static Capstone cs;
24
25 private static String hex(int i) {
26 return Integer.toString(i, 16);
27 }
28
29 private static String hex(long i) {
30 return Long.toString(i, 16);

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected