Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3919
int luaK_stringK (FuncState *fs, TString *s) {
3920
TValue o;
3921
setsvalue(fs->L, &o, s);
3922
return addk(fs, &o, &o);
3923
}
3924
3925
3926
int luaK_numberK (FuncState *fs, lua_Number r) {
Callers
2
codestring
Function · 0.85
singlevar
Function · 0.85
Calls
1
addk
Function · 0.85
Tested by
no test coverage detected