Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ codestring
Function
codestring
extlibs/lua/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.85
singlevar
Function · 0.85
funcargs
Function · 0.85
simpleexp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected