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

Method NewIntConst

common/expr_factory.h:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 Expr NewIntConst(ExprId id, int64_t value) {
107 Constant constant;
108 constant.set_int_value(value);
109 return NewConst(id, std::move(constant));
110 }
111
112 Expr NewUintConst(ExprId id, uint64_t value) {
113 Constant constant;

Callers 1

ExpandExistsOneMacro2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected