Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ IsExprRecord
Method
IsExprRecord
common/ast_rewrite.cc:99–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
Expr* expr() const { return absl::get<ExprRecord>(record_variant).expr; }
98
99
bool IsExprRecord() const {
100
return absl::holds_alternative<ExprRecord>(record_variant);
101
}
102
103
StackRecordKind record_variant;
104
bool visited = false;
Callers
1
AstRewrite
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected