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

Function getcurrentline

third-party/lua-5.5.0/src/ldebug.c:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

auxgetinfoFunction · 0.70
luaG_runerrorFunction · 0.70

Calls 2

luaG_getfunclineFunction · 0.70
currentpcFunction · 0.70

Tested by

no test coverage detected