MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / IsBlock

Function IsBlock

eval/compiler/flat_expr_builder.cc:412–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412bool IsBlock(const cel::CallExpr* call) { return call->function() == kBlock; }
413
414// Visitor for Comprehension expressions.
415class ComprehensionVisitor {

Callers 1

PreVisitCallMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected