MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / toproto

Function toproto

src/Chain/libraries/glua/glua_decompile.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75
76Proto* toproto(lua_State* L, int i) {
77 auto c = (const Closure*) lua_topointer(L, i);
78 return c->l.p;
79}
80
81#define IS(s) (strcmp(argv[i],s)==0)
82

Callers 3

combineFunction · 0.85
FunctionCheckFunction · 0.85
combineFunction · 0.85

Calls 1

lua_topointerFunction · 0.85

Tested by

no test coverage detected