MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / currentline

Function currentline

third-party/lua-5.2.4/src/ldebug.c:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45static int currentline (CallInfo *ci) {
46 return getfuncline(ci_func(ci)->p, currentpc(ci));
47}
48
49
50static void swapextra (lua_State *L) {

Callers 2

auxgetinfoFunction · 0.70
addinfoFunction · 0.70

Calls 1

currentpcFunction · 0.70

Tested by

no test coverage detected