MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / luaK_fixline

Function luaK_fixline

deps/lua/src/lcode.c:784–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782
783
784void luaK_fixline (FuncState *fs, int line) {
785 fs->f->lineinfo[fs->pc - 1] = line;
786}
787
788
789static 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