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