MCPcopy Create free account
hub / github.com/F-Stack/f-stack / currentline

Function currentline

freebsd/contrib/openzfs/module/lua/ldebug.c:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41static int currentline (CallInfo *ci) {
42 return getfuncline(ci_func(ci)->p, currentpc(ci));
43}
44
45
46static void swapextra (lua_State *L) {

Callers 2

auxgetinfoFunction · 0.70
addinfoFunction · 0.70

Calls 1

currentpcFunction · 0.70

Tested by

no test coverage detected