Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ currentpc
Function
currentpc
freebsd/contrib/openzfs/module/lua/ldebug.c:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
35
static int currentpc (CallInfo *ci) {
36
lua_assert(isLua(ci));
37
return pcRel(ci->u.l.savedpc, ci_func(ci)->p);
38
}
39
40
41
static int currentline (CallInfo *ci) {
Callers
4
currentline
Function · 0.70
findlocal
Function · 0.70
getfuncname
Function · 0.70
luaG_typeerror
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected