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

Method hex

bindings/java/TestPpc.java:26–28  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected