MCPcopy Create free account
hub / github.com/Tencent/UnLua / push_null

Function push_null

Plugins/UnLuaExtensions/LuaRapidjson/Source/src/rapidjson.cpp:375–379  ·  view source on GitHub ↗

* Push a value equals rapidjson.null on to the stack. */

Source from the content-addressed store, hash-verified

373 * Push a value equals rapidjson.null on to the stack.
374 */
375 int push_null(lua_State* L)
376 {
377 lua_pushlightuserdata(L, &values::null);
378 return 1;
379 }
380}
381
382static const luaL_Reg methods[] = {

Callers 3

luaopen_rapidjsonFunction · 0.85
isnullFunction · 0.85
NullMethod · 0.85

Calls 1

lua_pushlightuserdataFunction · 0.85

Tested by

no test coverage detected