Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ luaK_fixline
Function
luaK_fixline
engine/lua/src/lua/lcode.c:792–794 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
790
791
792
void luaK_fixline (FuncState *fs, int line) {
793
fs->f->lineinfo[fs->pc - 1] = line;
794
}
795
796
797
static int luaK_code (FuncState *fs, Instruction i, int line) {
Callers
3
funcargs
Function · 0.85
forbody
Function · 0.85
funcstat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected