Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
784
void luaK_fixline (FuncState *fs, int line) {
785
fs->f->lineinfo[fs->pc - 1] = line;
786
}
787
788
789
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