Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ codestring
Function
codestring
other_src/lua/src/lparser.cpp:133–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
132
133
static void codestring (LexState *ls, expdesc *e, TString *s) {
134
init_exp(e, VK, luaK_stringK(ls->fs, s));
135
}
136
137
138
static void checkname(LexState *ls, expdesc *e) {
Callers
3
checkname
Function · 0.70
funcargs
Function · 0.70
simpleexp
Function · 0.70
Calls
2
init_exp
Function · 0.70
luaK_stringK
Function · 0.70
Tested by
no test coverage detected