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

Method codepoint

UnLuac/src/unluac/decompile/Code.java:148–150  ·  view source on GitHub ↗

Returns the full instruction codepoint at the given line.

(int line)

Source from the content-addressed store, hash-verified

146 * Returns the full instruction codepoint at the given line.
147 */
148 public int codepoint(int line) {
149 return code[line - 1];
150 }
151
152 public boolean isUpvalueDeclaration(int line) {
153 return upvalue[line - 1];

Callers 5

CodeMethod · 0.95
targetMethod · 0.95
toStringMethod · 0.95
disassembleMethod · 0.80
processLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected