Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ codestring
Function
codestring
third-party/lua-5.4.6/src/lparser.c:159–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
158
159
static void codestring (expdesc *e, TString *s) {
160
e->f = e->t = NO_JUMP;
161
e->k = VKSTR;
162
e->u.strval = s;
163
}
164
165
166
static void codename (LexState *ls, expdesc *e) {
Callers
4
codename
Function · 0.70
singlevar
Function · 0.70
funcargs
Function · 0.70
simpleexp
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected