MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / currentpc

Function currentpc

src/Chain/libraries/glua/ldebug.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47static int currentpc(CallInfo *ci) {
48 lua_assert(isLua(ci));
49 return pcRel(ci->u.l.savedpc, ci_func(ci)->p);
50}
51
52
53static int currentline(CallInfo *ci) {

Callers 4

currentlineFunction · 0.85
findlocalFunction · 0.85
getfuncnameFunction · 0.85
varinfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected