MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaK_stringK

Function luaK_stringK

freebsd/contrib/openzfs/module/lua/lcode.c:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315
316
317int luaK_stringK (FuncState *fs, TString *s) {
318 TValue o;
319 setsvalue(fs->ls->L, &o, s);
320 return addk(fs, &o, &o);
321}
322
323
324int luaK_numberK (FuncState *fs, lua_Number r) {

Callers 1

codestringFunction · 0.70

Calls 1

addkFunction · 0.70

Tested by

no test coverage detected