Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ luaK_fixline
Function
luaK_fixline
src/Chain/libraries/glua/lcode.cpp:936–938 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
934
935
936
void luaK_fixline(FuncState *fs, int line) {
937
fs->f->lineinfo[fs->pc - 1] = line;
938
}
939
940
941
void luaK_setlist(FuncState *fs, int base, int nelems, int tostore) {
Callers
4
codeexpval
Function · 0.85
funcargs
Function · 0.85
forbody
Function · 0.85
funcstat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected