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

Method AddIssue

checker/validation_result.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 absl::Span<const TypeCheckIssue> GetIssues() const { return issues_; }
60
61 void AddIssue(TypeCheckIssue issue) { issues_.push_back(std::move(issue)); }
62
63 // The source expression may optionally be set if it is available.
64 const cel::Source* absl_nullable GetSource() const { return source_.get(); }

Callers 7

LookupSlotMethod · 0.45
CreateExpressionImplMethod · 0.45
MaybeUpdateCallNodeMethod · 0.45
MaybeUpdateSelectNodeMethod · 0.45
GetReferenceForIdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected