MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / getcurrentline

Function getcurrentline

extlibs/lua/src/ldebug.c:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

auxgetinfoFunction · 0.85
luaG_runerrorFunction · 0.85

Calls 2

luaG_getfunclineFunction · 0.85
currentpcFunction · 0.85

Tested by

no test coverage detected