Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ currentpc
Function
currentpc
third-party/lua-5.3.5/src/ldebug.c:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
45
static int currentpc (CallInfo *ci) {
46
lua_assert(isLua(ci));
47
return pcRel(ci->u.l.savedpc, ci_func(ci)->p);
48
}
49
50
51
static int currentline (CallInfo *ci) {
Callers
4
currentline
Function · 0.70
findlocal
Function · 0.70
funcnamefromcode
Function · 0.70
varinfo
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected