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

Function CreateBindFunction

extensions/bindings_ext_test.cc:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94// Test function used to test macro collision and non-expansion.
95constexpr absl::string_view kBind = "bind";
96std::unique_ptr<CelFunction> CreateBindFunction() {
97 return std::make_unique<TestFunction>(kBind);
98}
99
100class BindingsExtTest
101 : public testing::TestWithParam<std::tuple<TestInfo, bool, bool>> {

Callers 1

TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected