MCPcopy 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
250int luaK_udataK (FuncState *fs, Udata *u) {
251 TValue o;
252 setuvalue(fs->L, &o, u);
253 return addk(fs, &o, &o);
254}
255
256
257int luaK_stringK (FuncState *fs, TString *s) {

Callers 1

codeblobFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected