Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
360
static int luaK_numberK(FuncState *fs, lua_Number r) {
361
TValue o;
362
setfltvalue(&o, r);
363
return addk(fs, &o, &o);
364
}
365
366
367
static int boolK(FuncState *fs, int b) {
Callers
2
discharge2reg
Function · 0.85
luaK_exp2RK
Function · 0.85
Calls
1
addk
Function · 0.85
Tested by
no test coverage detected