Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ listfield
Function
listfield
xrepo/packages/l/lua/port/lua/src/lparser.c:895–899 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
893
894
895
static void listfield (LexState *ls, ConsControl *cc) {
896
/* listfield -> exp */
897
expr(ls, &cc->v);
898
cc->tostore++;
899
}
900
901
902
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