Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ expr_id
Method
expr_id
eval/eval/direct_expression_step.h:46–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
virtual ~DirectExpressionStep() = default;
45
46
int64_t expr_id() const { return expr_id_; }
47
bool comes_from_ast() const { return expr_id_ >= 0; }
48
49
virtual absl::Status Evaluate(ExecutionFrameBase& frame, cel::Value& result,
Callers
1
Evaluate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected