MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / luaK_stringK

Function luaK_stringK

ThirdParty/lua/lua/lcode.c:339–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337
338
339int luaK_stringK (FuncState *fs, TString *s) {
340 TValue o;
341 setsvalue(fs->ls->L, &o, s);
342 return addk(fs, &o, &o);
343}
344
345
346/*

Callers 1

codestringFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected