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

Method NewBoolConst

parser/macro_expr_factory.h:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 ABSL_MUST_USE_RESULT Expr NewNullConst() { return NewNullConst(NextId()); }
63
64 ABSL_MUST_USE_RESULT Expr NewBoolConst(bool value) {
65 return NewBoolConst(NextId(), value);
66 }
67
68 ABSL_MUST_USE_RESULT Expr NewIntConst(int64_t value) {
69 return NewIntConst(NextId(), value);

Callers 11

ExpandAllMacroFunction · 0.45
ExpandExistsMacroFunction · 0.45
ExpandExistsOneMacroFunction · 0.45
ExpandMap2MacroFunction · 0.45
ExpandMap3MacroFunction · 0.45
ExpandFilterMacroFunction · 0.45
ExpandOptMapMacroFunction · 0.45
ExpandOptFlatMapMacroFunction · 0.45
TESTFunction · 0.45
visitBoolTrueMethod · 0.45
visitBoolFalseMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36