Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ CClosure
Class
CClosure
third-party/lua-5.1.5/src/lobject.h:295–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
struct Table *env
294
295
typedef struct CClosure {
296
ClosureHeader;
297
lua_CFunction f;
298
TValue upvalue[1];
299
} CClosure;
300
301
302
typedef struct LClosure {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected