MCPcopy 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
159static 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
166static void codename (LexState *ls, expdesc *e) {

Callers 4

codenameFunction · 0.85
singlevarFunction · 0.85
funcargsFunction · 0.85
simpleexpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected