Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ luaK_stringK
Function
luaK_stringK
deps/lua/src/lcode.c:250–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
249
250
int luaK_stringK (FuncState *fs, TString *s) {
251
TValue o;
252
setsvalue(fs->L, &o, s);
253
return addk(fs, &o, &o);
254
}
255
256
257
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