Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Evaluate
Method
Evaluate
eval/eval/comprehension_step_test.cc:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
GetListKeysResultStep() : ExpressionStepBase(-1, false) {}
90
91
absl::Status Evaluate(ExecutionFrame* frame) const override {
92
frame->value_stack().Pop(1);
93
return absl::OkStatus();
94
}
95
};
96
97
MATCHER_P(CelStringValue, val,
""
) {
Callers
1
TEST_F
Function · 0.45
Calls
1
Pop
Method · 0.45
Tested by
no test coverage detected