Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ getluaproto
Function
getluaproto
Source/Misc/lua/src/lua.c:4615–4617 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4613
4614
4615
static Proto *getluaproto (CallInfo *ci) {
4616
return (isLua(ci) ? ci_func(ci)->l.p : NULL);
4617
}
4618
4619
4620
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