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

Method Null

Plugins/UnLuaExtensions/LuaRapidjson/Source/src/values.hpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 explicit ToLuaHandler(lua_State* aL) : L(aL) { stack_.reserve(32); }
72
73 bool Null() {
74 push_null(L);
75 context_.submit(L);
76 return true;
77 }
78 bool Bool(bool b) {
79 lua_pushboolean(L, b);
80 context_.submit(L);

Callers 1

encodeValueMethod · 0.45

Calls 2

push_nullFunction · 0.85
submitMethod · 0.80

Tested by

no test coverage detected