MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaK_fixline

Function luaK_fixline

Source/Misc/lua/src/lua.c:4461–4463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4459
4460
4461void luaK_fixline (FuncState *fs, int line) {
4462fs->f->lineinfo[fs->pc - 1] = line;
4463}
4464
4465
4466static int luaK_code (FuncState *fs, Instruction i, int line) {

Callers 3

funcargsFunction · 0.85
forbodyFunction · 0.85
funcstatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected