Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ luaK_stringK
Function
luaK_stringK
lua/lcode.c:257–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
256
257
int luaK_stringK (FuncState *fs, TString *s) {
258
TValue o;
259
setsvalue(fs->L, &o, s);
260
return addk(fs, &o, &o);
261
}
262
263
264
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