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

Class ConsControl

lua/src/lparser.c:837–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835
836
837typedef struct ConsControl {
838 expdesc v; /* last list item read */
839 expdesc *t; /* table descriptor */
840 int nh; /* total number of 'record' elements */
841 int na; /* number of array elements already stored */
842 int tostore; /* number of array elements pending to be stored */
843} ConsControl;
844
845
846static void recfield (LexState *ls, ConsControl *cc) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected