Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
static 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
checkname
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