Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ ExprFromProto
Function
ExprFromProto
common/ast/expr_proto.cc:509–512 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
507
}
508
509
absl::Status ExprFromProto(const cel::expr::Expr& proto, Expr& expr) {
510
ExprFromProtoState state;
511
return state.ExprFromProto(proto, expr);
512
}
513
514
} // namespace cel::ast_internal
Callers
4
ExprValueFromProto
Function · 0.85
TEST
Function · 0.85
TEST_P
Function · 0.85
TEST
Function · 0.85
Calls
1
ExprFromProto
Method · 0.80
Tested by
3
TEST
Function · 0.68
TEST_P
Function · 0.68
TEST
Function · 0.68