Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
constexpr absl::string_view kLeast =
"least"
;
151
std::unique_ptr<CelFunction> CreateLeastFunction() {
152
return std::make_unique<TestFunction>(kLeast);
153
}
154
155
Expr CallExprOneArg(absl::string_view operation) {
156
Expr expr;
Callers
1
TEST_P
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected