Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigPig0/RelayLive
/ luaK_stringK
Function
luaK_stringK
ThirdParty/lua/lua/lcode.c:339–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
338
339
int luaK_stringK (FuncState *fs, TString *s) {
340
TValue o;
341
setsvalue(fs->ls->L, &o, s);
342
return addk(fs, &o, &o);
343
}
344
345
346
/*
Callers
1
codestring
Function · 0.85
Calls
1
addk
Function · 0.85
Tested by
no test coverage detected