Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ getcurrentline
Function
getcurrentline
third-party/lua-5.5.0/src/ldebug.c:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
99
100
static int getcurrentline (CallInfo *ci) {
101
return luaG_getfuncline(ci_func(ci)->p, currentpc(ci));
102
}
103
104
105
/*
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