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

Function RegisterComparisonFunctions

runtime/standard/comparison_functions.cc:262–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260} // namespace
261
262absl::Status RegisterComparisonFunctions(FunctionRegistry& registry,
263 const RuntimeOptions& options) {
264 if (options.enable_heterogeneous_equality) {
265 CEL_RETURN_IF_ERROR(RegisterHeterogeneousComparisonFunctions(registry));
266 } else {
267 CEL_RETURN_IF_ERROR(RegisterHomogenousComparisonFunctions(registry));
268 }
269 return absl::OkStatus();
270}
271
272} // namespace cel

Callers 2

TESTFunction · 0.70

Tested by 1

TESTFunction · 0.56