Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ currentline
Function
currentline
third-party/lua-5.2.4/src/ldebug.c:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
45
static int currentline (CallInfo *ci) {
46
return getfuncline(ci_func(ci)->p, currentpc(ci));
47
}
48
49
50
static void swapextra (lua_State *L) {
Callers
2
auxgetinfo
Function · 0.70
addinfo
Function · 0.70
Calls
1
currentpc
Function · 0.70
Tested by
no test coverage detected