MCPcopy 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

CheckPatternFunction · 0.45
ValidateTimestampsFunction · 0.45
ValidateDurationsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected