Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ str_checkname
Function
str_checkname
depends/lua/src/lparser.c:135–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
134
135
static TString *str_checkname (LexState *ls) {
136
TString *ts;
137
check(ls, TK_NAME);
138
ts = ls->t.seminfo.ts;
139
luaX_next(ls);
140
return ts;
141
}
142
143
144
static void init_exp (expdesc *e, expkind k, int i) {
Callers
9
checkname
Function · 0.85
singlevar
Function · 0.85
parlist
Function · 0.85
gotostat
Function · 0.85
forlist
Function · 0.85
forstat
Function · 0.85
localfunc
Function · 0.85
localstat
Function · 0.85
statement
Function · 0.85
Calls
2
check
Function · 0.85
luaX_next
Function · 0.85
Tested by
no test coverage detected