Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
Proto* 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
combine
Function · 0.85
FunctionCheck
Function · 0.85
combine
Function · 0.85
Calls
1
lua_topointer
Function · 0.85
Tested by
no test coverage detected