Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ luaA_pushobject
Function
luaA_pushobject
Source/Misc/lua/src/lua.c:1938–1941 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1936
1937
1938
void luaA_pushobject (lua_State *L, const TValue *o) {
1939
setobj2s(L, L->top, o);
1940
api_incr_top(L);
1941
}
1942
1943
1944
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