MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaK_stringK

Function luaK_stringK

src/Chain/libraries/glua/lcode.cpp:340–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

codestringFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected