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

Method IsExprRecord

eval/public/ast_rewrite.cc:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 bool IsExprRecord() const {
123 return absl::holds_alternative<ExprRecord>(record_variant);
124 }
125
126 StackRecordKind record_variant;
127 bool visited = false;

Callers 1

AstRewriteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected