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

Method NewUnspecified

parser/macro_expr_factory.h:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 ABSL_MUST_USE_RESULT MapExprEntry Copy(const MapExprEntry& entry);
57
58 ABSL_MUST_USE_RESULT Expr NewUnspecified() {
59 return NewUnspecified(NextId());
60 }
61
62 ABSL_MUST_USE_RESULT Expr NewNullConst() { return NewNullConst(NextId()); }
63

Callers 8

TESTFunction · 0.45
visitPrimaryExprMethod · 0.45
visitSelectMethod · 0.45
visitMemberCallMethod · 0.45
visitIdentMethod · 0.45
visitGlobalCallMethod · 0.45
visitListMethod · 0.45
visitEntriesMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36