MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / luaK_fixline

Function luaK_fixline

lua/src/lcode.c:1744–1747  ·  view source on GitHub ↗

** Change line information associated with current position, by removing ** previous info and adding it again with new line. */

Source from the content-addressed store, hash-verified

1742** previous info and adding it again with new line.
1743*/
1744void luaK_fixline (FuncState *fs, int line) {
1745 removelastlineinfo(fs);
1746 savelineinfo(fs, fs->f, line);
1747}
1748
1749
1750void luaK_settablesize (FuncState *fs, int pc, int ra, int asize, int hsize) {

Callers 6

funcargsFunction · 0.85
forbodyFunction · 0.85
funcstatFunction · 0.85
codeunexpvalFunction · 0.85
finishbinexpvalFunction · 0.85
codeconcatFunction · 0.85

Calls 2

removelastlineinfoFunction · 0.85
savelineinfoFunction · 0.85

Tested by

no test coverage detected