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

Method ReportError

validator/validator.cc:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void ValidationContext::ReportError(absl::string_view message) {
81 issues_.push_back(TypeCheckIssue(TypeCheckIssue::Severity::kError,
82 SourceLocation{}, std::string(message)));
83}
84
85} // namespace cel

Callers 11

AstDepthValidatorFunction · 0.45
TESTFunction · 0.45
ExpandAllMacro2Function · 0.45
ExpandExistsMacro2Function · 0.45
ExpandExistsOneMacro2Function · 0.45
ExpandTransformMap3MacroFunction · 0.45
ExpandTransformMap4MacroFunction · 0.45

Calls 1

TypeCheckIssueClass · 0.85

Tested by 1

TESTFunction · 0.36