Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ getcurrentline
Function
getcurrentline
lib/lua/src/ldebug.c:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
97
98
static int getcurrentline (CallInfo *ci) {
99
return luaG_getfuncline(ci_func(ci)->p, currentpc(ci));
100
}
101
102
103
/*
Callers
2
auxgetinfo
Function · 0.85
luaG_runerror
Function · 0.85
Calls
2
luaG_getfuncline
Function · 0.85
currentpc
Function · 0.85
Tested by
no test coverage detected