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

Method ReportWarning

validator/validator.cc:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void ValidationContext::ReportWarning(absl::string_view message) {
76 issues_.push_back(TypeCheckIssue(TypeCheckIssue::Severity::kWarning,
77 SourceLocation{}, std::string(message)));
78}
79
80void ValidationContext::ReportError(absl::string_view message) {
81 issues_.push_back(TypeCheckIssue(TypeCheckIssue::Severity::kError,

Callers 1

TESTFunction · 0.80

Calls 1

TypeCheckIssueClass · 0.85

Tested by 1

TESTFunction · 0.64