Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4461
void luaK_fixline (FuncState *fs, int line) {
4462
fs->f->lineinfo[fs->pc - 1] = line;
4463
}
4464
4465
4466
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