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

Function CreateGreatestFunction

extensions/math_ext_test.cc:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144// Test function used to test macro collision and non-expansion.
145constexpr absl::string_view kGreatest = "greatest";
146std::unique_ptr<CelFunction> CreateGreatestFunction() {
147 return std::make_unique<TestFunction>(kGreatest);
148}
149
150constexpr absl::string_view kLeast = "least";
151std::unique_ptr<CelFunction> CreateLeastFunction() {

Callers 1

TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected