Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ IsOperatorLeftRecursive
Function
IsOperatorLeftRecursive
common/operators.cc:229–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
bool IsOperatorLeftRecursive(absl::string_view op) {
230
return op != CelOperator::LOGICAL_AND && op != CelOperator::LOGICAL_OR;
231
}
232
233
} // namespace google::api::expr::common
Callers
1
VisitBinary
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected