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

Method NewStringConst

parser/macro_expr_factory.h:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 ABSL_MUST_USE_RESULT Expr NewStringConst(std::string value) {
93 return NewStringConst(NextId(), std::move(value));
94 }
95
96 ABSL_MUST_USE_RESULT Expr NewStringConst(absl::string_view value) {
97 return NewStringConst(NextId(), value);

Callers 3

visitUnaryMethod · 0.45
visitSelectMethod · 0.45
visitStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected