Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ luaA_pushobject
Function
luaA_pushobject
deps/lua/src/lapi.c:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
88
89
void luaA_pushobject (lua_State *L, const TValue *o) {
90
setobj2s(L, L->top, o);
91
api_incr_top(L);
92
}
93
94
95
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