MCPcopy Create free account
hub / github.com/DFHack/dfhack / luaK_fixline

Function luaK_fixline

depends/lua/src/lcode.c:1177–1179  ·  view source on GitHub ↗

** Change line information associated with current position. */

Source from the content-addressed store, hash-verified

1175** Change line information associated with current position.
1176*/
1177void luaK_fixline (FuncState *fs, int line) {
1178 fs->f->lineinfo[fs->pc - 1] = line;
1179}
1180
1181
1182/*

Callers 5

funcargsFunction · 0.85
forbodyFunction · 0.85
funcstatFunction · 0.85
codeunexpvalFunction · 0.85
codebinexpvalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected