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

Method validations

validator/validator.h:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120 void AddValidation(Validation validation);
121 absl::Span<const Validation> validations() const { return validations_; }
122
123 struct ValidationOutput {
124 bool valid = true;

Callers 1

CompileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected