Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ id
Method
id
validator/validator.h:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
absl::string_view id() const {
94
ABSL_DCHECK(rep_ != nullptr);
95
return rep_->id;
96
}
97
98
bool operator()(ValidationContext& context) const {
99
ABSL_DCHECK(rep_ != nullptr);
Callers
5
CheckPattern
Function · 0.45
ComprehensionNestingLimitValidator
Function · 0.45
ValidateTimestamps
Function · 0.45
ValidateDurations
Function · 0.45
HomogeneousLiteralValidator
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected