Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ luaA_pushobject
Function
luaA_pushobject
lua/lapi.c:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
89
90
void luaA_pushobject (lua_State *L, const TValue *o) {
91
setobj2s(L, L->top, o);
92
api_incr_top(L);
93
}
94
95
96
LUA_API int lua_checkstack (lua_State *L, int size) {
Callers
1
lua_getlocal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected