MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / luaK_numberK

Function luaK_numberK

lua/lcode.c:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262
263
264int luaK_numberK (FuncState *fs, lua_Number r) {
265 TValue o;
266 setnvalue(&o, r);
267 return addk(fs, &o, &o);
268}
269
270
271static int boolK (FuncState *fs, int b) {

Callers 3

fornumFunction · 0.85
discharge2regFunction · 0.85
luaK_exp2RKFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected