MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / pushobject

Function pushobject

Dependencies/lua/src/ltests.c:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59static void pushobject (lua_State *L, const TValue *o) {
60 setobj2s(L, L->top.p, o);
61 api_incr_top(L);
62}
63
64
65static void badexit (const char *fmt, const char *s1, const char *s2) {

Callers 2

listkFunction · 0.85
table_queryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected