MCPcopy Create free account
hub / github.com/DFHack/dfhack / checkname

Function checkname

depends/lua/src/lparser.c:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155
156static void checkname (LexState *ls, expdesc *e) {
157 codestring(ls, e, str_checkname(ls));
158}
159
160
161static int registerlocalvar (LexState *ls, TString *varname) {

Callers 3

fieldselFunction · 0.85
recfieldFunction · 0.85
suffixedexpFunction · 0.85

Calls 2

codestringFunction · 0.85
str_checknameFunction · 0.85

Tested by

no test coverage detected