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