Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ ReleaseIssues
Method
ReleaseIssues
validator/validator.h:57–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
void ReportError(absl::string_view message);
56
57
std::vector<TypeCheckIssue> ReleaseIssues() {
58
auto out = std::move(issues_);
59
issues_.clear();
60
return out;
61
}
62
63
private:
64
const Ast& ast_;
Callers
1
Validate
Method · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected