Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ currentpc
Function
currentpc
src/Chain/libraries/glua/ldebug.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
47
static int currentpc(CallInfo *ci) {
48
lua_assert(isLua(ci));
49
return pcRel(ci->u.l.savedpc, ci_func(ci)->p);
50
}
51
52
53
static int currentline(CallInfo *ci) {
Callers
4
currentline
Function · 0.85
findlocal
Function · 0.85
getfuncname
Function · 0.85
varinfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected