MCPcopy 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
4615static Proto *getluaproto (CallInfo *ci) {
4616return (isLua(ci) ? ci_func(ci)->l.p : NULL);
4617}
4618
4619
4620static 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