Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ str_checkname
Function
str_checkname
src/Chain/libraries/glua/lparser.cpp:137–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
136
137
static TString *str_checkname(LexState *ls) {
138
TString *ts;
139
check(ls, TK_NAME);
140
ts = ls->t.seminfo.ts;
141
luaX_next(ls);
142
return ts;
143
}
144
145
146
static void init_exp(expdesc *e, expkind k, int i) {
Callers
10
checkname
Function · 0.85
registerlocalvar
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
luaX_next
Function · 0.85
check
Function · 0.70
Tested by
no test coverage detected