MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / lua_pushlightuserdata

Function lua_pushlightuserdata

lua/src/lapi.c:620–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618
619
620LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {
621 lua_lock(L);
622 setpvalue(s2v(L->top), p);
623 api_incr_top(L);
624 lua_unlock(L);
625}
626
627
628LUA_API int lua_pushthread (lua_State *L) {

Callers 6

runCheckScriptFunction · 0.85
mainFunction · 0.85
luaL_buffinitFunction · 0.85
mainFunction · 0.85
addtoclibFunction · 0.85
db_upvalueidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected