Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ listfield
Function
listfield
extlibs/lua/src/lparser.c:877–881 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
875
876
877
static void listfield (LexState *ls, ConsControl *cc) {
878
/* listfield -> exp */
879
expr(ls, &cc->v);
880
cc->tostore++;
881
}
882
883
884
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