MCPcopy 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
51static int currentline (CallInfo *ci) {
52 return getfuncline(ci_func(ci)->p, currentpc(ci));
53}
54
55
56/*

Callers 2

auxgetinfoFunction · 0.85
luaG_runerrorFunction · 0.85

Calls 1

currentpcFunction · 0.85

Tested by

no test coverage detected