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

Method C

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

Returns the C field of the instruction at the given line.

(int line)

Source from the content-addressed store, hash-verified

79 * Returns the C field of the instruction at the given line.
80 */
81 public int C(int line) {
82 return extractor.C.extract(code[line - 1]);
83 }
84
85 /**
86 * Returns the sC (signed C) field of the instruction at the given line.

Callers 12

find_branchesMethod · 0.95
find_fixed_blocksMethod · 0.95
is_statementMethod · 0.95
processMethod · 0.95
sCMethod · 0.95
find_loadboolblockMethod · 0.80
handle50BinOpMethod · 0.80
handle54BinOpMethod · 0.80
handle54BinKOpMethod · 0.80
processLineMethod · 0.80
isMoveIntoTargetMethod · 0.80

Calls 1

extractMethod · 0.80

Tested by

no test coverage detected