Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ currentline
Function
currentline
third-party/lua-5.3.5/src/ldebug.c:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
51
static int currentline (CallInfo *ci) {
52
return getfuncline(ci_func(ci)->p, currentpc(ci));
53
}
54
55
56
/*
Callers
2
auxgetinfo
Function · 0.70
luaG_runerror
Function · 0.70
Calls
1
currentpc
Function · 0.70
Tested by
no test coverage detected