MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / lua_pushlightuserdata

Function lua_pushlightuserdata

3rd/lua-5.4.3/src/lapi.c:610–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608
609
610LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {
611 lua_lock(L);
612 setpvalue(s2v(L->top), p);
613 api_incr_top(L);
614 lua_unlock(L);
615}
616
617
618LUA_API int lua_pushthread (lua_State *L) {

Callers 5

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