MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / listfield

Function listfield

Dependencies/lua/src/lparser.c:896–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894
895
896static void listfield (LexState *ls, ConsControl *cc) {
897 /* listfield -> exp */
898 expr(ls, &cc->v);
899 cc->tostore++;
900}
901
902
903static void field (LexState *ls, ConsControl *cc) {

Callers 1

fieldFunction · 0.85

Calls 1

exprFunction · 0.85

Tested by

no test coverage detected