MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / luaK_stringK

Function luaK_stringK

deps/lua/src/lcode.c:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248
249
250int luaK_stringK (FuncState *fs, TString *s) {
251 TValue o;
252 setsvalue(fs->L, &o, s);
253 return addk(fs, &o, &o);
254}
255
256
257int 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