MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / NewBoolConst

Method NewBoolConst

common/expr_factory.h:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 Expr NewBoolConst(ExprId id, bool value) {
101 Constant constant;
102 constant.set_bool_value(value);
103 return NewConst(id, std::move(constant));
104 }
105
106 Expr NewIntConst(ExprId id, int64_t value) {
107 Constant constant;

Callers 12

bindings_macrosFunction · 0.45
ExpandAllMacro2Function · 0.45
ExpandExistsMacro2Function · 0.45
ExpandExistsOneMacro2Function · 0.45
ExpandTransformMap3MacroFunction · 0.45
ExpandTransformMap4MacroFunction · 0.45
MakeMapComprehensionFunction · 0.45
MakeBindComprehensionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected