Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ str_checkname
Function
str_checkname
deps/lua/src/lparser.c:117–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
116
117
static TString *str_checkname (LexState *ls) {
118
TString *ts;
119
check(ls, TK_NAME);
120
ts = ls->t.seminfo.ts;
121
luaX_next(ls);
122
return ts;
123
}
124
125
126
static void init_exp (expdesc *e, expkind k, int i) {
Callers
7
checkname
Function · 0.85
singlevar
Function · 0.85
parlist
Function · 0.85
forlist
Function · 0.85
forstat
Function · 0.85
localfunc
Function · 0.85
localstat
Function · 0.85
Calls
2
check
Function · 0.85
luaX_next
Function · 0.85
Tested by
no test coverage detected