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

Function getcurrentline

xrepo/packages/l/lua/port/lua/src/ldebug.c:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

auxgetinfoFunction · 0.85
luaG_runerrorFunction · 0.85

Calls 2

luaG_getfunclineFunction · 0.85
currentpcFunction · 0.70

Tested by

no test coverage detected