Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ getluaproto
Function
getluaproto
app/redis-6.2.6/deps/lua/src/ldebug.c:107–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
106
107
static Proto *getluaproto (CallInfo *ci) {
108
return (isLua(ci) ? ci_func(ci)->l.p : NULL);
109
}
110
111
112
static const char *findlocal (lua_State *L, CallInfo *ci, int n) {
Callers
2
findlocal
Function · 0.85
addinfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected