Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getcurrentline
Function
getcurrentline
3rdparty/lua/plainlua/ldebug.c:101–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
100
101
static int getcurrentline (CallInfo *ci) {
102
return luaG_getfuncline(ci_func(ci)->p, currentpc(ci));
103
}
104
105
106
/*
Callers
2
auxgetinfo
Function · 0.85
luaG_runerror
Function · 0.85
Calls
2
luaG_getfuncline
Function · 0.85
currentpc
Function · 0.85
Tested by
no test coverage detected