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