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

Function lua_pushinteger

lua/lapi.c:444–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442
443
444LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
445 lua_lock(L);
446 setnvalue(L->top, cast_num(n));
447 api_incr_top(L);
448 lua_unlock(L);
449}
450
451
452LUA_API void lua_pushlstring (lua_State *L, const char *s, size_t len) {

Callers 15

tracebackFunction · 0.85
luaB_gcinfoFunction · 0.85
ipairsauxFunction · 0.85
luaB_ipairsFunction · 0.85
luaB_selectFunction · 0.85
math_frexpFunction · 0.85
str_lenFunction · 0.85
str_byteFunction · 0.85
push_onecaptureFunction · 0.85
str_find_auxFunction · 0.85
gmatch_auxFunction · 0.85
gmatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected