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

Method NewDoubleConst

parser/macro_expr_factory.h:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 ABSL_MUST_USE_RESULT Expr NewDoubleConst(double value) {
77 return NewDoubleConst(NextId(), value);
78 }
79
80 ABSL_MUST_USE_RESULT Expr NewBytesConst(std::string value) {
81 return NewBytesConst(NextId(), std::move(value));

Callers 1

visitDoubleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected