MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / getluaproto

Function getluaproto

other_src/lua/src/ldebug.cpp: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.70
addinfoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected