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