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

Function CreateLeastFunction

extensions/math_ext_test.cc:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150constexpr absl::string_view kLeast = "least";
151std::unique_ptr<CelFunction> CreateLeastFunction() {
152 return std::make_unique<TestFunction>(kLeast);
153}
154
155Expr CallExprOneArg(absl::string_view operation) {
156 Expr expr;

Callers 1

TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected