Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaK_stringK
Function
luaK_stringK
third-party/lua-5.2.4/src/lcode.c:319–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
318
319
int luaK_stringK (FuncState *fs, TString *s) {
320
TValue o;
321
setsvalue(fs->ls->L, &o, s);
322
return addk(fs, &o, &o);
323
}
324
325
326
int luaK_numberK (FuncState *fs, lua_Number r) {
Callers
1
codestring
Function · 0.70
Calls
1
addk
Function · 0.70
Tested by
no test coverage detected