Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ currentline
Function
currentline
depends/lua/src/ldebug.c:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
51
static int currentline (CallInfo *ci) {
52
return getfuncline(ci_func(ci)->p, currentpc(ci));
53
}
54
55
56
/*
Callers
2
auxgetinfo
Function · 0.85
luaG_runerror
Function · 0.85
Calls
1
currentpc
Function · 0.85
Tested by
no test coverage detected