MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / codePointToString

Method codePointToString

UnLuac/src/unluac/decompile/Op.java:346–348  ·  view source on GitHub ↗
(int codepoint, CodeExtract ex, String label)

Source from the content-addressed store, hash-verified

344 }
345
346 public String codePointToString(int codepoint, CodeExtract ex, String label) {
347 return toStringHelper(name, operands, codepoint, ex, label);
348 }
349
350 public static String defaultToString(int codepoint, Version version, CodeExtract ex) {
351 return toStringHelper(String.format("op%02d", ex.op.extract(codepoint)), version.getDefaultOp().operands, codepoint, ex, null);

Callers 2

disassembleMethod · 0.95
toStringMethod · 0.80

Calls 1

toStringHelperMethod · 0.95

Tested by

no test coverage detected