MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaK_numberK

Function luaK_numberK

src/Chain/libraries/glua/lcode.cpp:360–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358
359
360static int luaK_numberK(FuncState *fs, lua_Number r) {
361 TValue o;
362 setfltvalue(&o, r);
363 return addk(fs, &o, &o);
364}
365
366
367static int boolK(FuncState *fs, int b) {

Callers 2

discharge2regFunction · 0.85
luaK_exp2RKFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected