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

Function luaK_stringK

lua/lcode.c:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256
257int luaK_stringK (FuncState *fs, TString *s) {
258 TValue o;
259 setsvalue(fs->L, &o, s);
260 return addk(fs, &o, &o);
261}
262
263
264int luaK_numberK (FuncState *fs, lua_Number r) {

Callers 2

codestringFunction · 0.85
singlevarFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected