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

Method toString

UnLuac/src/unluac/decompile/Code.java:160–162  ·  view source on GitHub ↗
(int line)

Source from the content-addressed store, hash-verified

158 }
159
160 public String toString(int line) {
161 return op(line).codePointToString(codepoint(line), extractor, null);
162 }
163
164}

Callers

nothing calls this directly

Calls 3

opMethod · 0.95
codepointMethod · 0.95
codePointToStringMethod · 0.80

Tested by

no test coverage detected