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

Function currentline

third-party/lua-5.3.5/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.70
luaG_runerrorFunction · 0.70

Calls 1

currentpcFunction · 0.70

Tested by

no test coverage detected