Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ checkname
Function
checkname
lua/lparser.c:169–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
168
169
static void checkname(LexState *ls, expdesc *e) {
170
codestring(ls, e, str_checkname(ls));
171
}
172
173
174
static int registerlocalvar (LexState *ls, TString *varname) {
Callers
3
field
Function · 0.85
recfield
Function · 0.85
primaryexp
Function · 0.85
Calls
2
codestring
Function · 0.85
str_checkname
Function · 0.85
Tested by
no test coverage detected