Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ getcurrentline
Function
getcurrentline
extlibs/lua/src/ldebug.c:104–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
103
104
static int getcurrentline (CallInfo *ci) {
105
return luaG_getfuncline(ci_func(ci)->p, currentpc(ci));
106
}
107
108
109
/*
Callers
2
auxgetinfo
Function · 0.85
luaG_runerror
Function · 0.85
Calls
2
luaG_getfuncline
Function · 0.85
currentpc
Function · 0.85
Tested by
no test coverage detected