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

Function lua_pushnumber

src/Chain/libraries/glua/lapi.cpp:461–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459
460
461LUA_API void lua_pushnumber(lua_State *L, lua_Number n) {
462 lua_lock(L);
463 setfltvalue(L->top, n);
464 api_incr_top(L);
465 lua_unlock(L);
466}
467
468
469LUA_API void lua_pushinteger(lua_State *L, lua_Integer n) {

Callers 15

os_clockFunction · 0.85
os_difftimeFunction · 0.85
maxnFunction · 0.85
str_unpackFunction · 0.85
lua_push_storage_valueFunction · 0.85
luaopen_thinkyoungFunction · 0.85
luaB_todoubleFunction · 0.85
luaB_collectgarbageFunction · 0.85
math_absFunction · 0.85
math_sinFunction · 0.85
math_cosFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected