MCPcopy 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
169static void checkname(LexState *ls, expdesc *e) {
170 codestring(ls, e, str_checkname(ls));
171}
172
173
174static int registerlocalvar (LexState *ls, TString *varname) {

Callers 3

fieldFunction · 0.85
recfieldFunction · 0.85
primaryexpFunction · 0.85

Calls 2

codestringFunction · 0.85
str_checknameFunction · 0.85

Tested by

no test coverage detected