MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / lua_pushlightuserdata

Function lua_pushlightuserdata

ThirdParty/lua/lua/lapi.c:558–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556
557
558LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {
559 lua_lock(L);
560 setpvalue(L->top, p);
561 api_incr_top(L);
562 lua_unlock(L);
563}
564
565
566LUA_API int lua_pushthread (lua_State *L) {

Callers 3

PushPointerFunction · 0.85
addtoclibFunction · 0.85
db_upvalueidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected