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

Function currentpc

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

Source from the content-addressed store, hash-verified

41
42
43static int currentpc (CallInfo *ci) {
44 lua_assert(isLua(ci));
45 return pcRel(ci->u.l.savedpc, ci_func(ci)->p);
46}
47
48
49/*

Callers 4

getcurrentlineFunction · 0.70
luaG_findlocalFunction · 0.70
funcnamefromcallFunction · 0.70
varinfoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected