Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
896
static void listfield (LexState *ls, ConsControl *cc) {
897
/* listfield -> exp */
898
expr(ls, &cc->v);
899
cc->tostore++;
900
}
901
902
903
static void field (LexState *ls, ConsControl *cc) {
Callers
1
field
Function · 0.85
Calls
1
expr
Function · 0.85
Tested by
no test coverage detected