Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ MakeBoolConstant
Function
MakeBoolConstant
common/decl_test.cc:67–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
Constant MakeBoolConstant(bool value) {
68
Constant constant;
69
constant.set_bool_value(value);
70
return constant;
71
}
72
73
TEST(VariableDecl, Equality) {
74
VariableDecl variable_decl;
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected