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

Function getcurrentline

third-party/lua-5.4.6/src/ldebug.c:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100
101static int getcurrentline (CallInfo *ci) {
102 return luaG_getfuncline(ci_func(ci)->p, currentpc(ci));
103}
104
105
106/*

Callers 2

auxgetinfoFunction · 0.70
luaG_runerrorFunction · 0.70

Calls 2

luaG_getfunclineFunction · 0.70
currentpcFunction · 0.70

Tested by

no test coverage detected