Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ luaK_udataK
Function
luaK_udataK
lua/lcode.c:250–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
249
250
int luaK_udataK (FuncState *fs, Udata *u) {
251
TValue o;
252
setuvalue(fs->L, &o, u);
253
return addk(fs, &o, &o);
254
}
255
256
257
int luaK_stringK (FuncState *fs, TString *s) {
Callers
1
codeblob
Function · 0.85
Calls
1
addk
Function · 0.85
Tested by
no test coverage detected