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

Method Bool

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

Source from the content-addressed store, hash-verified

76 return true;
77 }
78 bool Bool(bool b) {
79 lua_pushboolean(L, b);
80 context_.submit(L);
81 return true;
82 }
83 bool Int(int i) {
84 lua_pushinteger(L, i);
85 context_.submit(L);

Callers 1

encodeValueMethod · 0.45

Calls 2

lua_pushbooleanFunction · 0.85
submitMethod · 0.80

Tested by

no test coverage detected