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

Method has_target

common/expr.h:289–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287 }
288
289 ABSL_MUST_USE_RESULT bool has_target() const { return target_ != nullptr; }
290
291 // The target of an method call-style expression. For example, `x` in `x.f()`.
292 ABSL_MUST_USE_RESULT const Expr& target() const ABSL_ATTRIBUTE_LIFETIME_BOUND;

Callers 15

GetChildKindFunction · 0.80
VisitCallMethod · 0.80
PostVisitCallMethod · 0.80
PostVisitRewriteMethod · 0.80
TESTFunction · 0.80
CopyMethod · 0.80
BuildMacroCallArgMethod · 0.80
PushCallDepsFunction · 0.80
PushCallDepsFunction · 0.80
SizeHintFunction · 0.80
PreVisitCallMethod · 0.80

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.64
ArgumentMatcherFunction · 0.64
MakeTestFunctionStepFunction · 0.64
TESTFunction · 0.64