MCPcopy 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
67Constant MakeBoolConstant(bool value) {
68 Constant constant;
69 constant.set_bool_value(value);
70 return constant;
71}
72
73TEST(VariableDecl, Equality) {
74 VariableDecl variable_decl;

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected