Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ yindex
Function
yindex
lua/lparser.c:449–455 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
447
448
449
static void yindex (LexState *ls, expdesc *v) {
450
/* index ->
'['
expr
']'
*/
451
luaX_next(ls); /* skip the
'['
*/
452
expr(ls, v);
453
luaK_exp2val(ls->fs, v);
454
checknext(ls,
']'
);
455
}
456
457
458
/*
Callers
2
recfield
Function · 0.85
primaryexp
Function · 0.85
Calls
4
luaX_next
Function · 0.85
expr
Function · 0.85
luaK_exp2val
Function · 0.85
checknext
Function · 0.85
Tested by
no test coverage detected