MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / codestring

Function codestring

lua/lparser.c:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133
134static void codestring (LexState *ls, expdesc *e, TString *s) {
135 init_exp(e, VK, luaK_stringK(ls->fs, s));
136}
137
138
139/* assumption: out is sufficiently big */

Callers 3

checknameFunction · 0.85
funcargsFunction · 0.85
simpleexpFunction · 0.85

Calls 2

init_expFunction · 0.85
luaK_stringKFunction · 0.85

Tested by

no test coverage detected