Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
static void checkname (LexState *ls, expdesc *e) {
157
codestring(ls, e, str_checkname(ls));
158
}
159
160
161
static int registerlocalvar (LexState *ls, TString *varname) {
Callers
3
fieldsel
Function · 0.85
recfield
Function · 0.85
suffixedexp
Function · 0.85
Calls
2
codestring
Function · 0.85
str_checkname
Function · 0.85
Tested by
no test coverage detected