MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaK_stringK

Function luaK_stringK

Source/Misc/lua/src/lua.c:3919–3923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3917
3918
3919int luaK_stringK (FuncState *fs, TString *s) {
3920TValue o;
3921setsvalue(fs->L, &o, s);
3922return addk(fs, &o, &o);
3923}
3924
3925
3926int 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