MCPcopy 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
107static Proto *getluaproto (CallInfo *ci) {
108 return (isLua(ci) ? ci_func(ci)->l.p : NULL);
109}
110
111
112static const char *findlocal (lua_State *L, CallInfo *ci, int n) {

Callers 2

findlocalFunction · 0.85
addinfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected