Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ codestring
Function
codestring
depends/lua/src/lparser.c:151–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
150
151
static void codestring (LexState *ls, expdesc *e, TString *s) {
152
init_exp(e, VK, luaK_stringK(ls->fs, s));
153
}
154
155
156
static void checkname (LexState *ls, expdesc *e) {
Callers
4
checkname
Function · 0.85
singlevar
Function · 0.85
funcargs
Function · 0.85
simpleexp
Function · 0.85
Calls
2
init_exp
Function · 0.85
luaK_stringK
Function · 0.85
Tested by
no test coverage detected