MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / LClosure

Class LClosure

lua/src/lobject.h:641–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639
640
641typedef struct LClosure {
642 ClosureHeader;
643 struct Proto *p;
644 UpVal *upvals[1]; /* list of upvalues */
645} LClosure;
646
647
648typedef union Closure {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected