Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
encodeValue
Method · 0.45
Calls
2
lua_pushboolean
Function · 0.85
submit
Method · 0.80
Tested by
no test coverage detected