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

Method NewIntConst

parser/macro_expr_factory.h:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 ABSL_MUST_USE_RESULT Expr NewIntConst(int64_t value) {
69 return NewIntConst(NextId(), value);
70 }
71
72 ABSL_MUST_USE_RESULT Expr NewUintConst(uint64_t value) {
73 return NewUintConst(NextId(), value);

Callers 2

ExpandExistsOneMacroFunction · 0.45
visitIntMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected