Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ str_checkname
Function
str_checkname
lua/lparser.c:118–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
117
118
static TString *str_checkname (LexState *ls) {
119
TString *ts;
120
check(ls, TK_NAME);
121
ts = ls->t.seminfo.ts;
122
luaX_next(ls);
123
return ts;
124
}
125
126
127
static void init_exp (expdesc *e, expkind k, int i) {
Callers
8
checkname
Function · 0.85
singlevar
Function · 0.85
parlist
Function · 0.85
forlist
Function · 0.85
forstat
Function · 0.85
localfunc
Function · 0.85
declarestat
Function · 0.85
localstat
Function · 0.85
Calls
2
luaX_next
Function · 0.85
check
Function · 0.70
Tested by
no test coverage detected